Skip to content

Commit

Permalink
fix: shfmt lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jthegedus committed Jun 3, 2020
1 parent e7c66a0 commit e2993f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ jobs:
uses: actions/checkout@v2
- name: Install Shell Format
run: brew install shfmt
- name: List files to check
run: shfmt -f .
- name: Check Format
run: shfmt -d -f .
run: shfmt -d .

0 comments on commit e2993f4

Please sign in to comment.