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 fcce831 commit 921e52dCopy full SHA for 921e52d
.github/workflows/actionlint.yml
.github/workflows/lint.yml
@@ -4,6 +4,16 @@ on:
4
merge_group:
5
6
jobs:
7
+ actionlint:
8
+ name: Github Actions lint
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: actions/checkout@v4
12
+ - name: Check workflow files
13
+ uses: docker://rhysd/actionlint:latest
14
+ with:
15
+ args: -color -ignore SC2086
16
+
17
dockerlint:
18
name: dockerfile-lint
19
runs-on: ubuntu-latest
0 commit comments