Skip to content

Some Solr functions don't work with field names starting with numbers… #25

Some Solr functions don't work with field names starting with numbers…

Some Solr functions don't work with field names starting with numbers… #25

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