Skip to content

Merge remote-tracking branch 'upstream/main' into renovate/autopep8-1.x #3968

Merge remote-tracking branch 'upstream/main' into renovate/autopep8-1.x

Merge remote-tracking branch 'upstream/main' into renovate/autopep8-1.x #3968

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-22.04
name: Unit Tests
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5
with:
python-version: '3.x'
- run: git fetch --prune --unshallow --tags
- run: make check