Skip to content

Merge pull request #27 from naterminch/chore/bump-kysely-and-planetsc… #46

Merge pull request #27 from naterminch/chore/bump-kysely-and-planetsc…

Merge pull request #27 from naterminch/chore/bump-kysely-and-planetsc… #46

Workflow file for this run

name: CI
on: push
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8.x.x
- uses: actions/setup-node@v4
with:
node-version: '16'
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm fmt:check
- run: pnpm type-check
- run: pnpm build