Skip to content

Commit

Permalink
Remove unnecessary ${{}} syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Nov 14, 2023
1 parent 19f55e9 commit 6194c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# See RuboCop command line flags here:
# https://docs.rubocop.org/rubocop/usage/basic_usage.html#command-line-flags
- name: Run RuboCop
if: ${{ env.CHANGED_FILES != '' }}
if: env.CHANGED_FILES != ''
run: $CHANGED_FILES | xargs bundle exec rubocop


Expand Down

0 comments on commit 6194c7a

Please sign in to comment.