Skip to content

Add changelog entry #62

Add changelog entry

Add changelog entry #62

Workflow file for this run

name: Validate document types
on:
push:
pull_request:
types: [ opened, reopened ]
workflow_call:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: npm install
- run: npm test