Skip to content

url-helper.ts now leverages well-known environment variables. (#1941) #16

url-helper.ts now leverages well-known environment variables. (#1941)

url-helper.ts now leverages well-known environment variables. (#1941) #16

Workflow file for this run

name: Licensed
on:
push: {branches: main}
pull_request: {branches: main}
jobs:
test:
runs-on: ubuntu-latest
name: Check licenses
steps:
- uses: actions/checkout@v4.1.6
- run: npm ci
- run: npm run licensed-check