Skip to content

Commit 4644c97

Browse files
committedFeb 21, 2025
Add Actionlint Checks
1 parent 2acdb86 commit 4644c97

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)