We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 715d5ce + d227104 commit d930ca1Copy full SHA for d930ca1
.github/workflows/test.yml
@@ -50,7 +50,7 @@ jobs:
50
sudo apt-get update
51
sudo apt-get install -y shellcheck
52
- name: Run file and directory name linter
53
- uses: ls-lint/action@1887e6c0e7f2dfa81a2d67591f0eb7782720026f # v2.2.3
+ uses: ls-lint/action@acc185de566968dd9b3ffc1b79dfc86e22306442 # v2.3.0
54
- name: Run shellcheck
55
run: find . -name '*.sh' | xargs shellcheck
56
- name: Install shfmt
0 commit comments