Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
seikhchilli committed May 3, 2024
1 parent 2917205 commit 3f3dcbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/UpdateReadmeOnPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
changed_files=${{ steps.verify-changes.outputs.changed_files }}
for file in $changed_files; do
if [[ ! ($file =~ ^\d[A-Z]\.(cpp|py)$) ]]; then
if [[ ! ($file =~ ^\d+[A-Z]\.(cpp|py)$) ]]; then
echo "Error: File '$file' does not match allowed pattern"
exit 1
fi
Expand Down

0 comments on commit 3f3dcbd

Please sign in to comment.