diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 01844d0..40c2489 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -43,7 +43,7 @@ jobs: - name: Lint with flake8 run: | - cd ${CLAW}/geoclaw + cd ${CLAW}/classic # stop the build if there are Python syntax errors or undefined names flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide