@ -167,9 +167,19 @@ jobs:
with:
bundler-cache: true
- name: Rubocop
- name: Set up Node.js
uses: actions/setup-node@v3
cache: yarn
node-version: 18
- name: Install packages and symlink local dependencies
run: |
yarn install --immutable --immutable-cache --check-cache
- name: Lint
bundle exec rubocop
bundle exec rake lint
audit:
name: Audit dependencies