Skip to content

Bump org.apache.maven.plugins:maven-jar-plugin in /java/case2geo #446

Bump org.apache.maven.plugins:maven-jar-plugin in /java/case2geo

Bump org.apache.maven.plugins:maven-jar-plugin in /java/case2geo #446

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@v4
# Validate the CASE graphs in the /data/ directory
- name: CASE Validate
uses: kchason/[email protected]
with:
case-path: "./data/"
case-version: "case-1.4.0"
extension-filter: "json"