Skip to content

build(deps): bump redhat-plumbers-in-action/differential-shellcheck from 4 to 5 #18

build(deps): bump redhat-plumbers-in-action/differential-shellcheck from 4 to 5

build(deps): bump redhat-plumbers-in-action/differential-shellcheck from 4 to 5 #18

Workflow file for this run

---
on:
push:
branches:
- main
pull_request:
branches:
- main
name: Run Tox tests
jobs:
tox_test:
name: Tox test
steps:
- uses: actions/checkout@v3
- name: Run Tox tests
id: test
uses: fedora-python/tox-github-action@main
with:
tox_env: ${{ matrix.tox_env }}
strategy:
matrix:
tox_env:
- py37
- py38
- py39
- py310
- py311
- py312
# Use GitHub's Linux Docker host
runs-on: ubuntu-latest