Skip to content

Commit

Permalink
remove spurious condition
Browse files Browse the repository at this point in the history
  • Loading branch information
dgirardi committed Jul 1, 2024
1 parent 3643118 commit 1191751
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
run: npx eslint --no-inline-config --format json $(cat __changed_files.txt | xargs stat --printf '%n\n' 2> /dev/null) > __pr.json || true

- name: Compare them and post comment if necessary
if: env.filtered_report_exists == 'true'
uses: actions/github-script@v7
with:
script: |
Expand Down

0 comments on commit 1191751

Please sign in to comment.