summaryrefslogtreecommitdiffstats
path: root/.github/actions/pre-test/action.yml
blob: 9d1eb2de6c9d71c6af49328f9c88a49192b4381a (plain)
1
2
3
4
5
6
7
8
9
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'