@@ -16,13 +16,13 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.9"
|
||||
python-version: "3.11"
|
||||
|
||||
- name: Install tools
|
||||
run: pip install .[tools]
|
||||
|
||||
- name: Run ruff
|
||||
run: ruff netbox_slm
|
||||
- name: Run ruff lint
|
||||
run: ruff check netbox_slm
|
||||
|
||||
- name: Run black
|
||||
run: black netbox_slm
|
||||
- name: Run ruff format
|
||||
run: ruff format netbox_slm
|
||||
|
||||
Reference in New Issue
Block a user