Skip to content

🪲TypeError: expected string or bytes-like object, got 'ArgumentInfo' … #2051

🪲TypeError: expected string or bytes-like object, got 'ArgumentInfo' …

🪲TypeError: expected string or bytes-like object, got 'ArgumentInfo' … #2051

Workflow file for this run

#
# These checks run on every commit
#
name: Check on Every Push
on:
push:
branches-ignore:
- main
jobs:
secrets-scanning:
uses: ./.github/workflows/secrets_scanning.yaml
code-form:
uses: ./.github/workflows/code_form.yaml