Browse Source

Run linting task on staging pipeline

pull/498/head
Paul Robert Lloyd 3 years ago
parent
commit
f83c0f0e96
  1. 4
      .github/workflows/staging_pipeline.yml

4
.github/workflows/staging_pipeline.yml

@ -82,9 +82,9 @@ jobs:
with:
bundler-cache: true
- name: Rubocop
- name: Lint
run: |
bundle exec rubocop
bundle exec rake lint
audit:
name: Audit dependencies

Loading…
Cancel
Save