Skip to content

Commit

Permalink
feat: run shell format on lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jthegedus committed Jun 3, 2020
1 parent a92239e commit e7c66a0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,13 @@ jobs:
shellcheck --version
- name: Shellcheck
run: shellcheck -x bin/* -P lib/
shfmt:
name: shfmt
runs-on: macos-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Shell Format
run: brew install shfmt
- name: Check Format
run: shfmt -d -f .

0 comments on commit e7c66a0

Please sign in to comment.