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: with:
bundler-cache: true bundler-cache: true
- name: Rubocop - name: Lint
run: | run: |
bundle exec rubocop bundle exec rake lint
audit: audit:
name: Audit dependencies name: Audit dependencies

Loading…
Cancel
Save