Skip to content

Commit

Permalink
fix on failure output
Browse files Browse the repository at this point in the history
  • Loading branch information
cortisiko committed Jun 11, 2024
1 parent 10058fc commit 9c67d03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
- name: Output solution if failure
- name: Output Message on Failure
if: failure()
run: |
echo "Run `black *.py"
message:
Run `black *.py`

0 comments on commit 9c67d03

Please sign in to comment.