Skip to content

chore(github): bump actions/checkout from 3 to 4 #18

chore(github): bump actions/checkout from 3 to 4

chore(github): bump actions/checkout from 3 to 4 #18

Workflow file for this run

name: Code Quality
on:
pull_request:
branches: [ mainline ]
workflow_call:
inputs:
branch:
required: false
type: string
jobs:
TestPython:
name: Code Quality
uses: ./.github/workflows/reuse_python_build.yml
secrets: inherit