Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.
/ project-validator Public archive

Validator for Project JSON Files of the "Closing the Gap in NLS Data"-Project

Notifications You must be signed in to change notification settings

M-L-D-H/project-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generic badge

Project Validator

This validation script is used to validate the project .json-files in each first-level subfolder of the workspace against the Schema, using Ajv JSON validator.

Usage

name: Project Validation

on:
  pull_request:
    branches:
      - master
  workflow_dispatch:
    branches:
      - master

jobs:
  validation:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Validate JSON
        uses: Closing-the-Gap-in-NLS-DH/project-validator@main
        with:
          workspace: ${{ github.workspace }}

About

Validator for Project JSON Files of the "Closing the Gap in NLS Data"-Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published