Nicer validation error for constants #99
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test Animations | |
on: | |
- push | |
- pull_request | |
jobs: | |
schema: | |
runs-on: ubuntu-latest | |
steps: | |
- | |
name: Checkout | |
uses: actions/checkout@v4 | |
- | |
name: Setup | |
run: | | |
sudo apt update -q | |
sudo apt install -yy python3 python3-pip graphviz | |
pip install -r tools/requirements.txt | |
npm install | |
- | |
name: Validate Animations | |
run: | | |
make validate_animations |