Skip to content

Commit

Permalink
Rewrite github actions commands
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah-thong committed Oct 26, 2023
1 parent 6a844b9 commit 461b55e
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/market-config-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 461b55e

Please sign in to comment.