Skip to content

Commit

Permalink
exclude spack/var
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminRodenberg authored Jan 18, 2021
1 parent c7ad7cc commit 002abb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-pep8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
id: autopep8
uses: peter-evans/autopep8@v1
with:
args: --recursive --diff --aggressive --aggressive --exit-code --ignore E402 --exclude="./spack/var/spack/repos/builtin/packages/py-pyprecice/package.py" .
args: --recursive --diff --aggressive --aggressive --exit-code --ignore E402 --exclude="./spack/var" .
- name: Fail if autopep8 made changes
if: ${{ steps.autopep8.outputs.exit-code }} == 2
run: exit 1

0 comments on commit 002abb9

Please sign in to comment.