Skip to content

Commit

Permalink
ci: rename linting step to rubocop and depend on it
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Dec 9, 2021
1 parent ec16ab1 commit a25fdac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: testing
- master

jobs:
lint:
rubocop:
runs-on: ubuntu-20.04

steps:
Expand All @@ -27,6 +27,7 @@ jobs:

spec:
runs-on: ubuntu-20.04
needs: rubocop

strategy:
fail-fast: false
Expand Down

0 comments on commit a25fdac

Please sign in to comment.