refactor monument by bounding box and id and slug #21
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: API Schemathesis tests | |
on: | |
push: | |
paths: | |
- 'app/**/*.py' | |
pull_request: | |
paths: | |
- 'app/**/*.py' | |
jobs: | |
api-audit: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: schemathesis/action@v1 | |
with: | |
schema: 'https://api.oklabflensburg.de/openapi.json --experimental=openapi-3.1' |