Skip to content

Commit

Permalink
fix lint jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
scambra committed Sep 25, 2024
1 parent 202e2e1 commit c899126
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
lfs: true
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
bundler-cache: true
- run: bundle exec brakeman --exit-on-warn --output brakeman/index.html
- uses: actions/[email protected]
Expand All @@ -34,6 +35,7 @@ jobs:
lfs: true
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
bundler-cache: true
- run: bundle exec bundle-audit check --update --verbose
lint-i18n:
Expand All @@ -48,6 +50,7 @@ jobs:
lfs: true
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
bundler-cache: true
- run: bundle exec i18n-tasks health
lint-rubocop:
Expand All @@ -61,6 +64,7 @@ jobs:
lfs: true
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
bundler-cache: true
- run: bundle exec rubocop
test:
Expand Down

0 comments on commit c899126

Please sign in to comment.