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 3f3dcbd commit 7e648a6
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 @@ -30,11 +30,11 @@ jobs:
**/*.py
**/*.cpp
# Fail if no allowed files changed
fail_on_empty_changes: true

- name: Check File Names
run: |
changed_files=${{ steps.verify-changes.outputs.changed_files }}
echo $changed_files
for file in $changed_files; do
if [[ ! ($file =~ ^\d+[A-Z]\.(cpp|py)$) ]]; then
echo "Error: File '$file' does not match allowed pattern"
Expand Down

0 comments on commit 7e648a6

Please sign in to comment.