Skip to content

Commit

Permalink
Update rubyonrails.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tachyons committed Nov 27, 2022
1 parent 7d81eee commit 351703c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
uses: ruby/setup-ruby@v1 # v1.115.3
with:
bundler-cache: true
- uses: actions/setup-node@v3
with:
node-version: '14'
cache: 'yarn'
- run: yarn install --frozen-lockfile --immutable
- name: Set up database schema
run: bin/rails db:schema:load
- name: Build assets
Expand All @@ -59,7 +64,5 @@ jobs:
bundler-cache: true
- name: Security audit dependencies
run: bundle exec bundler-audit --update
- name: Security audit application code
run: bundle exec brakeman -q -w2
- name: Lint Ruby files
run: bundle exec rubocop --parallel

0 comments on commit 351703c

Please sign in to comment.