Skip to content

chore(main): release 1.7.1 #88

chore(main): release 1.7.1

chore(main): release 1.7.1 #88

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: npm
- run: npm ci
- run: npm run typecheck
- run: npm test
- run: npm run build
env:
NEXT_TELEMETRY_DISABLED: 1