Skip to content

ci: 💚 replace bun with pnpm #17

ci: 💚 replace bun with pnpm

ci: 💚 replace bun with pnpm #17

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: pnpm install
- run: pnpm run lint
- run: pnpm run build