Skip to content

Move configuration *.json files from containers to config #1

Move configuration *.json files from containers to config

Move configuration *.json files from containers to config #1

Workflow file for this run

name: Validate JSON files
on:
pull_request:
paths:
- '**.json'
jobs:
validate:
name: Validate
uses: access-nri/build-ci/.github/workflows/validate-json.yml@main
with:
src: "config"