Skip to content

Commit f4a3614

Browse files
chore: CI
1 parent 16dad0c commit f4a3614

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ jobs:
2626
python -m pip install --upgrade pip
2727
pip install -r requirements-dev.txt
2828
29-
- name: Run pre-commit
30-
uses: pre-commit/[email protected]
29+
- name: Lint
30+
run: |
31+
make lint
3132
32-
- name: Run tests
33+
- name: Tests
3334
run: |
3435
python -m pytest tests
3536

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ black==24.3.0
1515
coverage[toml]==7.6.1
1616
pre-commit==3.7.0
1717
isort==5.13.2
18+
flake8==7.1.1
1819
mypy==1.11.2
1920
pytest==8.3.3
2021
pytest-asyncio==0.24.0

0 commit comments

Comments
 (0)