We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8eabb16 + d40a974 commit 9f50607Copy full SHA for 9f50607
.github/workflows/build.yaml
@@ -139,6 +139,18 @@ jobs:
139
if: steps.changed-files.outputs.any_changed == 'true'
140
run: yarn lint:ts
141
142
+ lint-actions:
143
+ name: Lint GitHub Actions
144
+ runs-on: ubuntu-latest
145
+ steps:
146
+ - name: Checkout repo
147
+ uses: actions/checkout@v3
148
+ - name: Check workflow files
149
+ run: |
150
+ bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/7fdc9630cc360ea1a469eed64ac6d78caeda1234/scripts/download-actionlint.bash)
151
+ ./actionlint -color -shellcheck= -ignore "set-output"
152
+ shell: bash
153
+
154
test-unit:
155
name: Run unit tests
156
runs-on: ubuntu-20.04
0 commit comments