Clean up the schemas and make them compatible with a code generator #1049
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: CI | |
on: | |
push: | |
branches: | |
- main | |
- "*" | |
tags: | |
- '*' | |
pull_request: | |
schedule: | |
# Weekly Monday 9AM build | |
- cron: '0 9 * * 1' | |
jobs: | |
test: | |
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1 | |
with: | |
envs: | | |
- linux: py39-xdist | |
- linux: py310-xdist | |
- linux: py311-xdist | |
- macos: py311-xdist | |
- linux: py311-xdist-cov | |
coverage: codecov |