Fix #321: export all known extensions for testdata, not just .in and … #632
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: | |
test: | |
runs-on: ubuntu-latest | |
container: ragnargrootkoerkamp/bapctools | |
steps: | |
- uses: actions/checkout@v2 | |
- run: cue vet doc/generators.yaml support/schemas/*cue -d '#Generators' | |
- run: pytest |