Skip to content

fix: better check for unsafe config to fallback (#839) #2871

fix: better check for unsafe config to fallback (#839)

fix: better check for unsafe config to fallback (#839) #2871

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- run: pnpm install && pnpm dev:prepare
# - run: pnpm lint
- run: pnpm test
- run: pnpm build
# - run: pnpm test:types
- run: pnpm dev:build