Skip to content

Commit 3f3dcbd

Browse files
committed
update readme
1 parent 2917205 commit 3f3dcbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/UpdateReadmeOnPush.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
changed_files=${{ steps.verify-changes.outputs.changed_files }}
3838
for file in $changed_files; do
39-
if [[ ! ($file =~ ^\d[A-Z]\.(cpp|py)$) ]]; then
39+
if [[ ! ($file =~ ^\d+[A-Z]\.(cpp|py)$) ]]; then
4040
echo "Error: File '$file' does not match allowed pattern"
4141
exit 1
4242
fi

0 commit comments

Comments
 (0)