Skip to content

config.json: NeverChanges timeout #32

config.json: NeverChanges timeout

config.json: NeverChanges timeout #32

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