5757 - name : Install gitleaks
5858 env :
5959 GH_REPO : gitleaks/gitleaks
60- GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
60+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6161 run : |
6262 gh release download --pattern "*linux_x64.tar.gz" --dir /tmp
6363 tar --extract --gzip --file /tmp/*linux_x64.tar.gz --directory /tmp
7878 - name : Install editorconfig-checker
7979 env :
8080 GH_REPO : editorconfig-checker/editorconfig-checker
81- GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
81+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8282 run : |
8383 gh release download --pattern "*linux-amd64.tar.gz" --dir /tmp
8484 tar --extract --gzip --strip-components 1 --file /tmp/ec-linux-amd64.tar.gz --directory /tmp
@@ -106,7 +106,7 @@ jobs:
106106 if : steps.check_dockerfile.outputs.files_exists == 'true'
107107 env :
108108 GH_REPO : hadolint/hadolint
109- GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
109+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
110110 run : |
111111 gh release download --pattern "*Linux-x86_64" --dir /tmp
112112 chmod +x /tmp/hadolint-Linux-x86_64
@@ -187,7 +187,7 @@ jobs:
187187 if : steps.check_shell.outputs.files_exists == 'true'
188188 env :
189189 GH_REPO : koalaman/shellcheck
190- GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
190+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
191191 run : |
192192 gh release download --pattern "*linux.x86_64.tar.xz" --dir /tmp
193193 tar --extract --xz --strip-components 1 --file /tmp/shellcheck-*.linux.x86_64.tar.xz --directory /tmp
@@ -203,7 +203,7 @@ jobs:
203203 if : steps.check_shell.outputs.files_exists == 'true'
204204 env :
205205 GH_REPO : mvdan/sh
206- GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
206+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
207207 run : |
208208 gh release download --pattern "*_linux_amd64" --dir /tmp
209209 mv /tmp/shfmt_*_linux_amd64 /tmp/shfmt
@@ -453,7 +453,7 @@ jobs:
453453 if : steps.check_go.outputs.files_exists == 'true'
454454 env :
455455 GH_REPO : dominikh/go-tools
456- GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
456+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
457457 run : |
458458 gh release download --pattern "*linux_amd64.tar.gz" --dir /tmp
459459 tar --extract --gzip --strip-components 1 --file /tmp/staticcheck_linux_amd64.tar.gz --directory /tmp
0 commit comments