Skip to content

Add standard-schema to package.json files (#68) #965

Add standard-schema to package.json files (#68)

Add standard-schema to package.json files (#68) #965

Workflow file for this run

name: checks
on: [push]
jobs:
checks:
if: ${{ ! contains(github.event.head_commit.message, '[CI] Bump version to v') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 20
- run: yarn
- run: yarn version check
- run: yarn format:check
- run: yarn lint
- run: yarn test
- run: yarn build