We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e6088f commit a1e3307Copy full SHA for a1e3307
.github/workflows/actionlint.yaml
@@ -4,5 +4,17 @@ on:
4
push:
5
6
jobs:
7
- workflows-linter:
8
- uses: sensyn-robotics/github-actions/.github/workflows/actionlint.yaml@main
+ Actionlint:
+ runs-on: ubuntu-latest
9
+ timeout-minutes: 5
10
+ steps:
11
+ - uses: actions/checkout@v4
12
+
13
+ - name: Download actionlint
14
+ id: get_actionlint
15
+ shell: bash
16
+ run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
17
18
+ - name: Lint
19
20
+ run: ${{ steps.get_actionlint.outputs.executable }} -color -shellcheck=
0 commit comments