Skip to content

Commit ab208cc

Browse files
committed
fix: Use make command in CI
1 parent b5d42d9 commit ab208cc

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,5 @@ jobs:
2020
uses: actions/setup-python@v3
2121
with:
2222
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
2723
- name: Run ruff checks
28-
run: |
29-
ruff check --select I
30-
ruff format --check
24+
run: make lintAndFormat checkOnly=true

0 commit comments

Comments
 (0)