Skip to content

Commit 1c0353e

Browse files
Fix validation script name in workflow yaml
1 parent 24addda commit 1c0353e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-package-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ jobs:
6262
env:
6363
LANGUAGE: ${{ matrix.language }}
6464
run: |
65-
python scripts/verify_amendments-csv.py $LANGUAGE
65+
python scripts/validate-amendments-csv.py $LANGUAGE

0 commit comments

Comments
 (0)