docs: remove stale API binding and fix MTK compiler typos #890
Workflow file for this run
This file contains hidden or 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: Sublibrary CI | |
| on: | |
| pull_request: | |
| branches: | |
| - master | |
| - 'release-' | |
| - as/su-v4 | |
| paths-ignore: | |
| - 'docs/**' | |
| push: | |
| branches: | |
| - master | |
| paths-ignore: | |
| - 'docs/**' | |
| - 'benchmark/**' | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: ${{ github.ref != 'refs/heads/master' }} | |
| jobs: | |
| sublibrary-ci: | |
| uses: "SciML/.github/.github/workflows/sublibrary-project-tests.yml@v1" | |
| with: | |
| check-bounds: auto | |
| secrets: "inherit" |