diff --git a/.github/workflows/staging_pipeline.yml b/.github/workflows/staging_pipeline.yml index d0ac00919..3b1a1a4a1 100644 --- a/.github/workflows/staging_pipeline.yml +++ b/.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