Skip to content

Commit 5f3947e

Browse files
committed
Add Actionlint Checks
1 parent f319f6d commit 5f3947e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/actionlint.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Lint GitHub Actions
2+
on:
3+
push:
4+
paths: ['.github/**']
5+
jobs:
6+
actionlint:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
with:
11+
show-progress: false
12+
- uses: alphagov/govuk-infrastructure/.github/actions/actionlint@main

0 commit comments

Comments
 (0)