Skip to content

Move checking types of endpoints from __call__ -> handle_http() to … #14

Move checking types of endpoints from __call__ -> handle_http() to …

Move checking types of endpoints from __call__ -> handle_http() to … #14

Workflow file for this run

name: Qodana
on:
push:
branches:
- 'release-*'
- 'improvement-*'
jobs:
qodana:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
checks: write
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}