We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d42d9 commit ab208ccCopy full SHA for ab208cc
.github/workflows/ci.yml
@@ -20,11 +20,5 @@ jobs:
20
uses: actions/setup-python@v3
21
with:
22
python-version: 3.11
23
- - name: Install requirements
24
- run: |
25
- python3.11 -m pip install -r requirements_dev.txt
26
- python3.11 -m pip install -r requirements.txt
27
- name: Run ruff checks
28
29
- ruff check --select I
30
- ruff format --check
+ run: make lintAndFormat checkOnly=true
0 commit comments