From f83c0f0e96c4ce84cfff54a2dfd4c06e123d61ca Mon Sep 17 00:00:00 2001 From: Paul Robert Lloyd Date: Mon, 25 Apr 2022 16:47:52 +0100 Subject: [PATCH] Run linting task on staging pipeline --- .github/workflows/staging_pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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