Skip to content

Commit 0ac6497

Browse files
committed
fix directory on lint build step
1 parent c729a66 commit 0ac6497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Lint with flake8
3232
run: |
3333
# stop the build if there are Python syntax errors or undefined names
34-
flake8 test/ notecard/ example/ --count --ignore=E722,F401,F403,W503 --show-source --statistics
34+
flake8 test/ notecard/ examples/ --count --ignore=E722,F401,F403,W503 --show-source --statistics
3535
- name: Test with pytest
3636
run: |
3737
pytest

0 commit comments

Comments
 (0)