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.
1 parent 366305c commit 770dba1Copy full SHA for 770dba1
.github/workflows/lint-actions.yml
@@ -0,0 +1,15 @@
1
+name: Lint GitHub Actions workflows
2
+on: [push, pull_request]
3
+
4
+jobs:
5
+ actionlint:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - uses: actions/checkout@v4
9
+ - name: Download actionlint
10
+ id: get_actionlint
11
+ run: bash <(curl https://github.com/raw/rhysd/actionlint/main/scripts/download-actionlint.bash)
12
+ shell: bash
13
+ - name: Check workflow files
14
+ run: ${{ steps.get_actionlint.outputs.executable }} -color
15
0 commit comments