Skip to content

fix: do not send optional parameters set to None using positional ar… #33

fix: do not send optional parameters set to None using positional ar…

fix: do not send optional parameters set to None using positional ar… #33

Workflow file for this run

name: CI
on:
push:
branches:
- master
paths:
- 'src/**'
- 'tests/**'
concurrency:
group: ci
jobs:
check-branch:
uses: ./.github/workflows/check-branch.yaml
secrets: inherit