Skip to content

fix: Correct repository in package.json #1

fix: Correct repository in package.json

fix: Correct repository in package.json #1

Workflow file for this run

name: Test
on:
pull_request:
branches: [main]
paths:
- 'src/**'
- 'tests/**'
- 'package.json'
- 'tsconfig.json'
jobs:
test:
uses: collagejs/cicd/.github/workflows/npm-test.yml@main
with:
node-version: 24
build-script: build
test-script: test
build: false