Skip to content

UNIMARC Thompson-Traill Completeness (#416): fix a test #31

UNIMARC Thompson-Traill Completeness (#416): fix a test

UNIMARC Thompson-Traill Completeness (#416): fix a test #31

Workflow file for this run

name: Validate Avram Schemas
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install -g [email protected] ajv ajv-formats # checking Avram 0.9.6
- name: Validate Avram Schema files
run: |
avram -s src/main/resources/pica-schema.json
avram -s src/main/resources/pica/avram-k10plus-title.json
avram -s src/main/resources/unimarc/avram-unimarc.json
avram -s src/test/resources/pica/schema/pica-schema-extra.json
avram -s src/test/resources/pica/schema/pica-schema.json
avram -s src/test/resources/unimarc/avram-unimarc.json