Skip to content

Merge pull request #7 from luxbg/changeset-release/main #21

Merge pull request #7 from luxbg/changeset-release/main

Merge pull request #7 from luxbg/changeset-release/main #21

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
with:
version: 9
- uses: actions/[email protected]
with:
node-version: 20
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm run lint && pnpm run build