Skip to content

Commit

Permalink
fix: schema file name
Browse files Browse the repository at this point in the history
  • Loading branch information
matstyler committed Aug 15, 2024
1 parent 33dd4cc commit e7320bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/token-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
- name: Validate Spectra Tokens
uses: docker://orrosenblatt/validate-json-action:latest
env:
INPUT_SCHEMA: schema/spectra-tokens.schema.json
INPUT_SCHEMA: src/schema/spectraTokens.schema.json
INPUT_JSONS: src/tokens/spectraTokens.json,src/tokens/erc4626Wrappers.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
"type": "integer",
"minimum": 1,
"maximum": 18
},
"logoURI": {
"type": "string"
}
}
}
Expand Down

0 comments on commit e7320bd

Please sign in to comment.