validate input not null and sanitize input #1
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: 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 |