Skip to content

Commit

Permalink
[test.yml] Enable flake
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadIsmailShahzad authored Sep 11, 2023
1 parent 820bc97 commit d92c14b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
python-version: '3.8'
- name: Install requirements
run: pip install flake8 pycodestyle
#- name: Check syntax
# run: flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics --exclude ckan
#- name: Run flake8
# run: flake8 . --count --max-line-length=127 --statistics --exclude ckan
- name: Check syntax
run: flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics --exclude ckan
- name: Run flake8
run: flake8 . --count --max-line-length=127 --statistics --exclude ckan

test:
needs: lint
Expand Down

0 comments on commit d92c14b

Please sign in to comment.