Skip to content

feat: add allowInvalidPreload input (#52) #16

feat: add allowInvalidPreload input (#52)

feat: add allowInvalidPreload input (#52) #16

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: corepack enable
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'pnpm'
- run: pnpm install
- run: pnpm test
- uses: codecov/codecov-action@v3