Skip to content

Merge pull request #6 from osmosis-labs/jose/add-schema-validation #4

Merge pull request #6 from osmosis-labs/jose/add-schema-validation

Merge pull request #6 from osmosis-labs/jose/add-schema-validation #4

Workflow file for this run

name: Validate CMS
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: "20.x"
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run tests
run: yarn test