Skip to content

Configure Renovate (#1) #61

Configure Renovate (#1)

Configure Renovate (#1) #61

Workflow file for this run

name: CI
on:
push: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: corepack enable
- run: pnpm install
- run: pnpm build
- run: pnpm lint
- run: pnpm test