Skip to content

Commit

Permalink
Update ci.yml (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkus authored Oct 18, 2024
1 parent dfa2164 commit 919a4d9
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
branches:
- master

permissions:
contents: read
pull-requests: write

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -33,11 +37,11 @@ jobs:
env:
RAILS_ENV: test

- name: RuboCop Linter Action
uses: andrewmcodes/rubocop-linter-action@v3.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RAILS_ENV: test
- name: Rubocop
uses: reviewdog/action-rubocop@v2
with:
skip_install: true
use_bundler: true

- name: Run RSpec and Code Coverage
uses: paambaati/[email protected]
Expand Down

0 comments on commit 919a4d9

Please sign in to comment.