Skip to content

Bump ch.qos.logback:logback-classic from 1.5.18 to 1.5.20 in /java/case2geo #433

Bump ch.qos.logback:logback-classic from 1.5.18 to 1.5.20 in /java/case2geo

Bump ch.qos.logback:logback-classic from 1.5.18 to 1.5.20 in /java/case2geo #433

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/case-validation-action@v2.10.0
with:
case-path: "./data/"
case-version: "case-1.4.0"
extension-filter: "json"