Skip to content

Commit

Permalink
Merge pull request #139 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 6445c20 + 0794416 commit fda027c
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,5 +1,9 @@
# CHANGELOG

# 5.2.1

* Add Github Workflow check for Action Linting, ratchet version number

# 5.2.0

* Drop support for Ruby 3.0
Expand Down
2 changes: 1 addition & 1 deletion lib/plek/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Plek
VERSION = "5.2.0".freeze
VERSION = "5.2.1".freeze
end

0 comments on commit fda027c

Please sign in to comment.