Skip to content

Commit

Permalink
Merge pull request #55 from alphagov/dj-maisy/actionlint
Browse files Browse the repository at this point in the history
Actionlint the Dependency Checker
  • Loading branch information
dj-maisy authored Jan 23, 2025
2 parents 983978f + 5b92ff5 commit cc108e7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Lint GitHub Actions
on:
push:
paths: ['.github/**']
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
show-progress: false
- uses: alphagov/govuk-infrastructure/.github/actions/actionlint@main

0 comments on commit cc108e7

Please sign in to comment.