Skip to content

Update changelog

Update changelog #203

Workflow file for this run

name: Validate document types
on:
push:
branches-ignore: [ main, test-main ] # will be called from workflow call
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci
- run: npm test