Skip to content

Merge pull request #86 from casework/dependabot/maven/java/case2geo/o… #323

Merge pull request #86 from casework/dependabot/maven/java/case2geo/o…

Merge pull request #86 from casework/dependabot/maven/java/case2geo/o… #323

Workflow file for this run

name: CASE Validate
on:
push:
pull_request:
branches:
- main
# Ensure all of the files in /data/ are valid CASE graphs.
jobs:
validate:
runs-on: ubuntu-latest
steps:
# Get the code from the repository to be packaged
- name: Get Repo
uses: actions/checkout@v3
# Validate the CASE graphs in the /data/ directory
- name: CASE Validate
uses: kchason/[email protected]
with:
case-path: "./data/"
case-version: "case-1.3.0"
extension-filter: "json"