Skip to content

Add support for known_values and enum of string properties in objects #691

Add support for known_values and enum of string properties in objects

Add support for known_values and enum of string properties in objects #691

Workflow file for this run

name: Linter and code style check
on: [ pull_request ]
permissions:
contents: read
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- name: Run Cimon (eBPF).
uses: cycodelabs/cimon-action@v0
with:
prevent: true
allowed-hosts: >
files.pythonhosted.org
pypi.org
- name: Checkout repository.
uses: actions/checkout@v4
- name: Setup Python.
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Run linter check.
uses: chartboost/ruff-action@v1
with:
version: 0.1.2
- name: Run code style check.
uses: chartboost/ruff-action@v1
with:
version: 0.1.2
args: format --check