Skip to content

Update chapter json files #895

Update chapter json files

Update chapter json files #895

Workflow file for this run

name: Validate jsons
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
jsons:
env:
RENV_PROFILE: "json"
RENV_CONFIG_SANDBOX_ENABLED: FALSE
name: Check modified jsons
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Install cURL Headers
run: |
sudo apt-get update
sudo apt-get install libcurl4-openssl-dev
- name: Setup R
uses: r-lib/actions/setup-r@v2
with:
r-version: '4.3.0'
- name: Setup Renv
uses: r-lib/actions/setup-renv@v2
- name: Validate jsons
run: Rscript scripts/validate_jsons.R