Skip to content

replace header/illuminant with header/type #11

replace header/illuminant with header/type

replace header/illuminant with header/type #11

Workflow file for this run

# This starter workflow is for a CMake project running on multiple platforms. There is a different starter workflow if you just want a single platform.
# See: https://github.com/actions/starter-workflows/blob/main/ci/cmake-single-platform.yml
name: CI
permissions:
contents: read
on:
push:
#branches: [ "master" ]
pull_request:
#branches: [ "master" ]
jobs:
check_schema:
runs-on: ubuntu-latest
strategy:
# Set fail-fast to false to ensure that feedback is delivered for all matrix combinations. Consider changing this to true when your workflow is stable.
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: Dependencies
shell: bash
run: |
pipx install check-jsonschema
- name: Check
# Execute tests defined by the CMake configuration. Note that --build-config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
working-directory: .
run: |
./scripts/check_schema.sh