Skip to content

Commit

Permalink
fix patching shellcheck diff
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Aug 8, 2020
1 parent 6c5e21f commit d681016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
wget -qO- "https://github.com/koalaman/shellcheck/releases/download/${scversion?}/shellcheck-${scversion?}.linux.x86_64.tar.xz" | tar -xJv
sudo cp "shellcheck-${scversion}/shellcheck" /usr/local/bin/
rm -rf "shellcheck-${scversion}/shellcheck"
- run: shellcheck -f diff $(shfmt -f .) | git apply
- run: shellcheck -f diff $(shfmt -f .) | patch -p1
- name: suggester / shellcheck
uses: reviewdog/action-suggester@master
with:
Expand Down

0 comments on commit d681016

Please sign in to comment.