Skip to content

Commit

Permalink
Merge pull request #931 from alphagov/dj-maisy/actionlint-1361
Browse files Browse the repository at this point in the history
Add Action Linting and Ruby 3.3.3
  • Loading branch information
dj-maisy authored Jul 30, 2024
2 parents 44c1b86 + 13de9bc commit 33c9bf9
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 69 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
4 changes: 3 additions & 1 deletion .github/workflows/pact-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,6 @@ jobs:
name: ${{ inputs.pact_artifact }}
path: tmp/pacts
- if: inputs.pact_artifact != ''
run: bundle exec rake pact:verify:at[tmp/pacts/${{ inputs.pact_artifact_file_to_verify }}]
run: |
# shellcheck disable=SC2102
bundle exec rake pact:verify:at[tmp/pacts/${{ inputs.pact_artifact_file_to_verify }}]
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.1
3.3.4
Loading

0 comments on commit 33c9bf9

Please sign in to comment.