Skip to content

Use standard GH token for changesets #44

Use standard GH token for changesets

Use standard GH token for changesets #44

Workflow file for this run

name: CI Build
on:
push:
branches:
- '**'
tags:
- 'v*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: volta-cli/action@v4
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm run format:check
- run: npm run check-types
- run: npm run coverage