Skip to content

chore: Bump zarrita (#206) #494

chore: Bump zarrita (#206)

chore: Bump zarrita (#206) #494

Workflow file for this run

name: Node CI
on:
push:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
run_install: true
- run: pnpm check
- run: pnpm lint