Skip to content

Commit

Permalink
Checking rubocop-bundler-token branch of rubocop action
Browse files Browse the repository at this point in the history
I'm testing on publisher because it has a GitHub installed gem and I'm
confirming that having a GitHub installed gem isn't going to cause a
problem for omitting the BUNDLER_GITHUB_TOKEN secret.
  • Loading branch information
kevindew committed Jan 14, 2025
1 parent 00b2fe8 commit b9a57e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ on:
push:
branches:
- main
- rubocop-token-workflow
paths-ignore:
- "Jenkinsfile"
- ".git**"
# - ".git**"
pull_request:

jobs:
Expand Down Expand Up @@ -44,7 +45,7 @@ jobs:

lint-ruby:
name: Lint Ruby
uses: alphagov/govuk-infrastructure/.github/workflows/rubocop.yml@main
uses: alphagov/govuk-infrastructure/.github/workflows/rubocop.yml@rubocop-bundler-token

lint-erb:
name: Lint Ruby
Expand Down

0 comments on commit b9a57e6

Please sign in to comment.