Skip to content

chore(release): 0.3.2 — canonicalize repo URLs to SharpAPI-TS #33

chore(release): 0.3.2 — canonicalize repo URLs to SharpAPI-TS

chore(release): 0.3.2 — canonicalize repo URLs to SharpAPI-TS #33

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