Skip to content

Commit

Permalink
fix: workflow file path
Browse files Browse the repository at this point in the history
  • Loading branch information
guidanoli committed Oct 3, 2023
1 parent 930ec24 commit abbd844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-code-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check code format
on:
push:
paths:
- '.github/workflows/code_format.yml'
- '.github/workflows/check-code-format.yml'
- 'onchain/**'
jobs:
check-code-format:
Expand Down

0 comments on commit abbd844

Please sign in to comment.