Skip to content

Commit

Permalink
Merge pull request #9 from slackr31337/dev
Browse files Browse the repository at this point in the history
Update git action
  • Loading branch information
slackr31337 authored Sep 12, 2022
2 parents f685236 + 8732762 commit 2f8eee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Pylint
run: |
pylint -rn -d W06012 *.py
pylint -rn *.py
- name: UnitTest
run: |
python -m unittest discover
Expand Down

0 comments on commit 2f8eee5

Please sign in to comment.