Skip to content

Add URI scheme and domain to issue url #121

Add URI scheme and domain to issue url

Add URI scheme and domain to issue url #121

Workflow file for this run

name: Build & Test
on:
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run all