Skip to content

Merge pull request #54 from cloudflare/update-deps-again #19

Merge pull request #54 from cloudflare/update-deps-again

Merge pull request #54 from cloudflare/update-deps-again #19

Workflow file for this run

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