From a25fdaceb0101e8ce8f4efbb33c27cb1342cd2be Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Thu, 9 Dec 2021 01:13:13 +0100 Subject: [PATCH] ci: rename linting step to rubocop and depend on it --- .github/workflows/testing.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 1475339..548fcf4 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -8,7 +8,7 @@ name: testing - master jobs: - lint: + rubocop: runs-on: ubuntu-20.04 steps: @@ -27,6 +27,7 @@ jobs: spec: runs-on: ubuntu-20.04 + needs: rubocop strategy: fail-fast: false