Skip to content

Fixed isGitUrl misrouting ssh:// and .git#ref URLs to registry #19

Fixed isGitUrl misrouting ssh:// and .git#ref URLs to registry

Fixed isGitUrl misrouting ssh:// and .git#ref URLs to registry #19

Workflow file for this run

name: ci
on:
pull_request:
branches: [main]
push:
branches: [main]
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
validate:
name: validate
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'npm'
- run: npm ci
- run: npm run build:check
- run: npm run build
- run: npm test