-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6a844b9
commit 461b55e
Showing
1 changed file
with
3 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,16 +17,10 @@ jobs: | |
node-version: '18.14.2' | ||
|
||
- name: Install Dependencies | ||
uses: borales/[email protected] | ||
with: | ||
cmd: install --ignore-engines # will run `yarn install` command | ||
run: yarn install --ignore-engines # will run `yarn install` command | ||
|
||
- name: Validate featured markets schema | ||
uses: borales/[email protected] | ||
with: | ||
cmd: validate # validate using json schema | ||
run: yarn validate # validate using json schema | ||
|
||
- name: Test market entries for invalid/duplicate markets | ||
uses: borales/[email protected] | ||
with: | ||
cmd: check-configs mainnet testnet devnet # check using check_configs.ts script | ||
run: yarn check-configs mainnet testnet devnet # check using check_configs.ts script |