Skip to content

fix #175 & make consistent chapter naming #26

fix #175 & make consistent chapter naming

fix #175 & make consistent chapter naming #26

Workflow file for this run

name: Validate jsons
on:
push:
pull_request:
branches:
- main
- fork_merge
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
jsons:
name: Check modified jsons
runs-on: macOS-latest
env:
RENV_PATHS_ROOT: ~/.local/share/renv
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup R
uses: r-lib/actions/setup-r@v2
with:
r-version: '4.2.0'
- name: Install R-packages
run: install.packages(c("here", "jsonvalidate"), Ncpus = 2)
shell: Rscript {0}
- name: Validate jsons
run: Rscript scripts/validate_jsons.R