Skip to content

build(deps-dev): bump the testing group across 1 directory with 2 upd… #100

build(deps-dev): bump the testing group across 1 directory with 2 upd…

build(deps-dev): bump the testing group across 1 directory with 2 upd… #100

Workflow file for this run

name: API
on:
push:
branches:
- main
pull_request:
jobs:
api:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/setup-node
- name: Build packages
run: pnpm run build
- name: Check public API
run: pnpm run check-api