Skip to content

Commit

Permalink
Merge pull request #432 from alphagov/add-actionlint-to-all-repos
Browse files Browse the repository at this point in the history
Add Actionlint Checks
  • Loading branch information
dj-maisy authored Mar 3, 2025
2 parents b1c491c + 2af1e16 commit 1e3f656
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 9.16.4

* Update Github Workflows Checks (forcing version bump)

# 9.16.3

* Update dependencies
Expand Down
2 changes: 1 addition & 1 deletion lib/govuk_app_config/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GovukAppConfig
VERSION = "9.16.3".freeze
VERSION = "9.16.4".freeze
end

0 comments on commit 1e3f656

Please sign in to comment.