Skip to content

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 in /java/case2geo #326

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 in /java/case2geo

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 in /java/case2geo #326

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"