Skip to content

Bump serde_json from 1.0.145 to 1.0.146 in /rust/case2geojson #483

Bump serde_json from 1.0.145 to 1.0.146 in /rust/case2geojson

Bump serde_json from 1.0.145 to 1.0.146 in /rust/case2geojson #483

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"