Skip to content

sync: monorepo @ validator 0.1.3 / validation-types 0.1.1 #6

sync: monorepo @ validator 0.1.3 / validation-types 0.1.1

sync: monorepo @ validator 0.1.3 / validation-types 0.1.1 #6

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
validator:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: '20'
cache: npm
- run: npm install
- run: npm run oss:audit-validator
- run: npm run typecheck
- run: npm run build
- run: npm run oss:smoke-validator