Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bitmos-io committed Feb 23, 2024
2 parents cf74049 + 280b9a2 commit bf5a298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Validate changed files
run: |
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
if [[ $file == *".json"* && $file != "base.json" ]]; then
if [[ $file == *".json"* && $file != *"base.json"* ]]; then
yarn validate:token $file
fi
done

0 comments on commit bf5a298

Please sign in to comment.