Skip to content

Changed info for Parareal #33

Changed info for Parareal

Changed info for Parareal #33

Workflow file for this run

name: Validate
on:
push:
paths:
- '.github/workflows/Validate.yml'
- 'bin/check-config'
- 'html/data/config.json'
pull_request:
jobs:
Config:
runs-on: ubuntu-latest
env:
CI: true
CONFIG_JSON: html/data/config.json
steps:
- name: Clone repository
uses: actions/checkout@master
with:
fetch-depth: 1
- name: Run tests
run: bin/check-config