Skip to content

Fix absolute links to /triage-labels that ignored the base path. #5

Fix absolute links to /triage-labels that ignored the base path.

Fix absolute links to /triage-labels that ignored the base path. #5

Workflow file for this run

name: Test
on:
- push
- pull_request
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
node-version: "20"
cache: pnpm
- run: pnpm install
- run: pnpm test