Skip to content

Update and rename principal_ucd.md to principal_ucp.md (#946) #1231

Update and rename principal_ucd.md to principal_ucp.md (#946)

Update and rename principal_ucd.md to principal_ucp.md (#946) #1231

Workflow file for this run

name: test
on: push
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
cache: 'npm'
- run: npm ci
- run: FORCE_COLOR=2 IGNORE_EXTERNAL_LINK_CHECKING=${{ secrets.IGNORE_EXTERNAL_LINK_CHECKING }} npm test