Skip to content

Commit 57fb35f

Browse files
ci: Update path for scripts
1 parent 512f934 commit 57fb35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ensure-sorted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Sort file content order
100100
if: github.event_name != 'issue_comment'
101101
run: |
102-
python scripts/sorter.py
102+
python ./scripts/sorter.py
103103
104104
- name: Commit & Push Results, if needed
105105
if: github.event_name != 'issue_comment'

0 commit comments

Comments
 (0)