Skip to content

build(deps-dev): bump the eslint group across 1 directory with 6 upda… #329

build(deps-dev): bump the eslint group across 1 directory with 6 upda…

build(deps-dev): bump the eslint group across 1 directory with 6 upda… #329

Workflow file for this run

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