Skip to content

fix #175 & make consistent chapter naming #33

fix #175 & make consistent chapter naming

fix #175 & make consistent chapter naming #33

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_PROFILE: "json"
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: Setup Renv
uses: r-lib/actions/setup-renv@v2
- name: Validate jsons
run: Rscript scripts/validate_jsons.R