[zip] Only build the problem slides if at least one problem has the T… #837
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: CI | |
on: [push, pull_request] | |
jobs: | |
pre-commit: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-python@v3 | |
- uses: pre-commit/action@v3.0.1 | |
test: | |
runs-on: ubuntu-latest | |
container: ragnargrootkoerkamp/bapctools | |
steps: | |
- uses: actions/checkout@v4 | |
- run: bash test/yaml/generators/test_schemata.sh | |
- run: pytest |