We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c01409a commit 1093f59Copy full SHA for 1093f59
1 file changed
.github/workflows/workflow-template.yaml
@@ -13,3 +13,14 @@ jobs:
13
for f in $(find github/workflows/ -name '*.yaml'); do
14
docker run --rm --volume "$PWD":/workdir mikefarah/yq "$f" > /dev/null
15
done
16
+
17
+ shellcheck:
18
+ runs-on: ubuntu-latest
19
+ steps:
20
+ - uses: actions/checkout@v4
21
+ - uses: arduino/setup-task@v2
22
+ with:
23
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
24
25
+ - run: |
26
+ task lint:shell-script
0 commit comments