Skip to content

Handle git credential lookup for undefined repo value #256

Handle git credential lookup for undefined repo value

Handle git credential lookup for undefined repo value #256

Workflow file for this run

name: Release
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the main branch
on:
pull_request:
branches: [ main ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
- name: Verify
run: |
npm ci
npm test
npm run build