fix(Link): Make explicit replacement of empty string for current URL to support Sveltekit #67
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Test | |
| on: | |
| pull_request: | |
| branches: [ main ] | |
| jobs: | |
| test: | |
| uses: WJSoftware/cicd/.github/workflows/npm-test.yml@main | |
| with: | |
| node-version: 24 | |
| build-script: build | |
| test-script: test | |
| build: false |