1
0
Fork 0
pre-commit/.github/actions/pre-test/action.yml
Daniel Baumann c4c52947de
Merging upstream version 3.1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 21:38:08 +01:00

9 lines
197 B
YAML

inputs:
env:
default: ${{ matrix.env }}
runs:
using: composite
steps:
- uses: asottile/workflows/.github/actions/latest-git@v1.4.0
if: inputs.env == 'py38' && runner.os == 'Linux'