File tree 4 files changed +18
-2
lines changed
4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 48
48
# preserve exit code if rubocop fails
49
49
set -o pipefail
50
50
# use tee to output to stdout and populate GitHub summary
51
- bundle exec rubocop --format markdown | tee $GITHUB_STEP_SUMMARY
51
+ bundle exec rubocop --format markdown | tee " $GITHUB_STEP_SUMMARY"
Original file line number Diff line number Diff line change
1
+ # 5.0.9
2
+
3
+ * Bump version to add Action Linting and Pass Ratchet check
4
+
1
5
# 5.0.8
2
6
3
7
* Update dependencies
Original file line number Diff line number Diff line change 1
1
Gem ::Specification . new do |spec |
2
2
spec . name = "rubocop-govuk"
3
- spec . version = "5.0.8 "
3
+ spec . version = "5.0.9 "
4
4
spec . authors = [ "Government Digital Service" ]
5
5
spec . email = [ "govuk-dev@digital.cabinet-office.gov.uk" ]
6
6
You can’t perform that action at this time.
0 commit comments