Skip to content

Commit

Permalink
Run command in one line
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Nov 14, 2023
1 parent f394dc7 commit 3843c1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
# https://robertfaldo.medium.com/commands-to-run-rubocop-and-specs-you-changed-in-your-branch-e6d2f2e4110b
- name: Run RuboCop
run: |
git diff --diff-filter=d --name-only mampf-next... \
| xargs bundle exec rubocop --parallel
git diff --diff-filter=d --name-only mampf-next... | xargs bundle exec rubocop --parallel
# eslint:
Expand Down

0 comments on commit 3843c1e

Please sign in to comment.