Skip to content

Commit

Permalink
add shell: bash statements
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Mar 18, 2022
1 parent a9b2893 commit a724cf0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@ runs:
using: "composite"
steps:
- run: pip install --upgrade pip
shell: bash
- run: pip install flake8
- run: flake8 . --ignore=E203,E226,E228,E231,E501,W503,W504 --benchmark
shell: bash
- run: flake8 . --ignore=E203,E226,E228,E231,E501,W503,W504 --benchmark
shell: bash

0 comments on commit a724cf0

Please sign in to comment.