Skip to content

Commit

Permalink
chore: update shfmt settings in lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Sep 14, 2024
1 parent b8e1549 commit 8d29b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# v0.3.0 => 7f44869033b40ee4ffe7dc76c87a1bc66e3d025a
env:
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
SHFMT_OPTS: -l -d -i 2
SHFMT_OPTS: -l -bn -ci -i 2 -d
with:
sh_checker_shellcheck_disable: true
sh_checker_comment: true
Expand Down

0 comments on commit 8d29b10

Please sign in to comment.