Skip to content

Use the namespace instead of URL. #54

Use the namespace instead of URL.

Use the namespace instead of URL. #54

Workflow file for this run

name: pr
on:
pull_request:
branches: ["main"]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm ci
- run: npm run build
- run: npm run lint