Skip to content

Commit

Permalink
Fix : workflot - validate contractlist
Browse files Browse the repository at this point in the history
  • Loading branch information
SonYoungsung committed Feb 5, 2024
1 parent a101dc8 commit b278551
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
dir_names: true
files: |
data/**
tokens/data/**
- name: List all changed tokens
id: changed_tokens
Expand All @@ -54,6 +54,9 @@ jobs:
run: |
pnpm validate --datadir ./data --tokens "${{ steps.changed_tokens.outputs.result }}" 2> err.txt 1> std.txt
- name: Validate contract list
run: pnpm validate-contracts

- name: Print output
if: ${{ always() && steps.changed_tokens.outputs.result != '' }}
run: |
Expand Down

0 comments on commit b278551

Please sign in to comment.