Skip to content

Merge pull request #46 from cloudflare/cleanups #1

Merge pull request #46 from cloudflare/cleanups

Merge pull request #46 from cloudflare/cleanups #1

Workflow file for this run

name: Checks
on:
push:
branches:
- main
jobs:
prerelease:
timeout-minutes: 5
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- run: npm run build
- run: npm run lint
- run: npm run typecheck
- run: npm run test:ci