Skip to content

Commit

Permalink
Update luizm/action-sh-checker action to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 16, 2024
1 parent be79b2e commit 73cd13a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-scaffold.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: shivammathur/setup-php@v2

- name: Check coding standards
uses: luizm/action-sh-checker@v0.8.0
uses: luizm/action-sh-checker@v0.9.0
env:
SHFMT_OPTS: -i 2 -ci -s -d

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
node-version: 20

- name: Setup sh-checker
uses: luizm/action-sh-checker@v0.8.0
uses: luizm/action-sh-checker@v0.9.0
if: matrix.os == 'ubuntu-latest'
env:
SHFMT_OPTS: -i 2 -ci -s -d
Expand Down

0 comments on commit 73cd13a

Please sign in to comment.