Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yilas committed Sep 11, 2024
1 parent f2e8ddc commit 2758603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2

- name: Install asdf dependencies
uses: asdf-vm/actions/install@v1
uses: asdf-vm/actions/install@v3

- name: Run ShellCheck
run: scripts/shellcheck.bash
Expand All @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v2

- name: Install asdf dependencies
uses: asdf-vm/actions/install@v1
uses: asdf-vm/actions/install@v3

- name: List file to shfmt
run: shfmt -f .
Expand Down

0 comments on commit 2758603

Please # to comment.