Skip to content

feat: Check the HTTP response for errors #130

feat: Check the HTTP response for errors

feat: Check the HTTP response for errors #130

Workflow file for this run

name: Check Branch
on: [ workflow_call, pull_request ]
jobs:
lint:
uses: ./.github/workflows/lint.yaml
with:
python_version: 3.12
test:
needs: [ lint ]
uses: ./.github/workflows/test.yaml
with:
python_version: 3.12