Skip to content

Merge branch 'main' of github.com:pkiraly/qa-catalogue #284

Merge branch 'main' of github.com:pkiraly/qa-catalogue

Merge branch 'main' of github.com:pkiraly/qa-catalogue #284

Workflow file for this run

name: Validate Avram Schemas
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- name: Validate Avram Schema files
run: ./avram-schemas/validate-schemas