Skip to content

Commit

Permalink
CI: always run RuboCop lint job
Browse files Browse the repository at this point in the history
It is much more lightweight than a regular CI run, and I think it
shouldn't block running tests. It also seems like it can be incorrectly
skipped: #3046
  • Loading branch information
dentarg committed Dec 25, 2022
1 parent 3b64a06 commit 9455fb4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ jobs:
uses: ./.github/workflows/skip_duplicate_workflow_runs.yaml

rubocop:
name: 'Rubocop linting'
needs: skip_duplicate_runs
if: ${{ needs.skip_duplicate_runs.outputs.should_skip != 'true' }}
name: RuboCop linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9455fb4

Please sign in to comment.