We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f31cafe commit 280b9a2Copy full SHA for 280b9a2
.github/workflows/pull-request-validation.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Validate changed files
34
run: |
35
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
36
- if [[ $file == *".json"* && $file != "base.json" ]]; then
+ if [[ $file == *".json"* && $file != *"base.json"* ]]; then
37
yarn validate:token $file
38
fi
39
done
0 commit comments