Compare commits
7 Commits
9e3a36aa0e
...
29adac2e70
| Author | SHA1 | Date | |
|---|---|---|---|
| 29adac2e70 | |||
| 9c56e9b87a | |||
| f01555b0e5 | |||
| 2bf64689db | |||
| e66abe2467 | |||
| 364d967b8f | |||
| 46bfeaa6fe |
@@ -6,8 +6,13 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- name: Install Linter
|
||||||
|
run: |
|
||||||
|
wget -qO- 'https://github.com/koalaman/shellcheck/releases/download/v0.11.0/shellcheck-v0.11.0.linux.aarch64.tar.xz' | tar -xJv
|
||||||
|
cp 'shellcheck-v0.11.0/shellcheck' /usr/local/bin
|
||||||
|
rm -rf "shellcheck-v0.11.0"
|
||||||
|
shellcheck --version
|
||||||
- name: Run Linter
|
- name: Run Linter
|
||||||
uses: Azbagheri/shell-linter@latest
|
run: |
|
||||||
with:
|
shellcheck penv
|
||||||
path: "jconf,penv"
|
shellcheck jconf
|
||||||
|
|
||||||
Reference in New Issue
Block a user