Skip to content

Commit 8a03db0

Browse files
committed
ci: Install flake8, isort
1 parent 8dc4707 commit 8a03db0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lint.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ jobs:
99
- uses: actions/setup-python@v5
1010
with:
1111
python-version: '3.10'
12+
- run: pip install --upgrade flake8 isort
1213
- run: flake8 .
1314
- run: isort .

0 commit comments

Comments
 (0)