Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelle-pundix committed Jul 29, 2024
1 parent efddf43 commit fd04a28
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,12 @@ jobs:
- name: Format FXList.json before changes
run: |
jq . FXList.json > tmp.FXList.json && mv tmp.FXList.json FXList.json
jq --indent 4 . FXList.json > tmp.FXList.json && mv tmp.FXList.json FXList.json
- name: Check if FXList.json changes after normalization
run: |
git diff --exit-code FXList.json
continue-on-error: true

- name: Append new token to FXList.json
run: |
Expand All @@ -52,7 +57,7 @@ jobs:
- name: Format FXList.json after changes
run: |
jq . FXList.json > tmp.FXList.json && mv tmp.FXList.json FXList.json
jq --indent 4 . FXList.json > tmp.FXList.json && mv tmp.FXList.json FXList.json
- name: Commit changes
run: |
Expand Down

0 comments on commit fd04a28

Please sign in to comment.