Skip to content

Commit

Permalink
Merge branch 'feature/jupyter-lint' of github.com:Chadsr/action-black…
Browse files Browse the repository at this point in the history
… into feature/jupyter-lint
  • Loading branch information
rickstaa committed Dec 9, 2021
2 parents 2406ef7 + bac6607 commit 7486dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
workdir: ./testdata/
- name: Check if code is left untouched (not formatted)
run: |
changed_files=$(git status --porcelain | wc -l)
changed_files=$(git diff --name-only -- testdata/ | wc -l)
if [[ ${changed_files} -eq 0 ]]; then
echo "No changes detected!"
else
Expand Down

0 comments on commit 7486dac

Please sign in to comment.