Skip to content

Commit

Permalink
Fix pr_checks action step name (ethereum-lists#6425)
Browse files Browse the repository at this point in the history
  • Loading branch information
WestXu authored Dec 16, 2024
1 parent d010767 commit 42eabd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:

- run: sudo npm i -g prettier

- name: Verify the changed icons
- name: Validate formatting
if: steps.changed-files.outputs.any_changed == 'true'
run: |
set -euo pipefail
Expand Down

0 comments on commit 42eabd4

Please sign in to comment.