Skip to content

feat(types): nested refs + TeamRef metadata (0.3.0 / 0.3.1) (#7) #32

feat(types): nested refs + TeamRef metadata (0.3.0 / 0.3.1) (#7)

feat(types): nested refs + TeamRef metadata (0.3.0 / 0.3.1) (#7) #32

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ["18", "20", "22"]
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint
- run: npx tsc --noEmit