From a293305feae71253fb27c0312383c8510d5110aa Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Mon, 8 Mar 2021 03:10:56 -0800 Subject: [PATCH] Run gh specs even when linters fail.... --- .github/workflows/spec.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/spec.yml b/.github/workflows/spec.yml index ab20236a..87aceb78 100644 --- a/.github/workflows/spec.yml +++ b/.github/workflows/spec.yml @@ -21,7 +21,6 @@ jobs: - run: bundle exec rubocop - run: bundle exec haml-lint app/views spec: - needs: linters runs-on: ubuntu-latest name: spec env: