Skip to content

chore: use the latest eslint and @hono/eslint-config (#904) #67

chore: use the latest eslint and @hono/eslint-config (#904)

chore: use the latest eslint and @hono/eslint-config (#904) #67

name: ci-typebox-validator
on:
push:
branches: [main]
paths:
- 'packages/typebox-validator/**'
pull_request:
branches: ['*']
paths:
- 'packages/typebox-validator/**'
jobs:
ci:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./packages/typebox-validator
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.x
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test