Skip to content

Commit

Permalink
Remove temporary file after updating CciNistMappingData.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Joyce Quach <[email protected]>
  • Loading branch information
jtquach1 committed Oct 29, 2024
1 parent f892789 commit 229d078
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/convert-cci-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
cat U_CCI_List.defs.json >> tmp.ts
echo ";" >> tmp.ts
cat tmp.ts > libs/hdf-converters/src/mappings/CciNistMappingData.ts
rm tmp.ts
- name: Commit changes to CciNistMappingData.ts
run: |
Expand Down

0 comments on commit 229d078

Please sign in to comment.