Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 09fab65

Browse files
committed
Should point flake8 to something that exists.
1 parent 28d0643 commit 09fab65

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
- name: Lint with flake8
4545
run: |
4646
# stop the build if there are Python syntax errors or undefined names
47-
flake8 ./src/cms --count --select=E9,F63,F7,F82 --show-source --statistics
47+
flake8 ./src/oidcrp --count --select=E9,F63,F7,F82 --show-source --statistics
4848
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
49-
flake8 ./src/cms --count --exit-zero --statistics
49+
flake8 ./src/oidcrp --count --exit-zero --statistics
5050
5151
- name: Unit tests
5252
run: |

0 commit comments

Comments
 (0)