Skip to content

chore: Update .pre-commit-config.yaml (#235) #670

chore: Update .pre-commit-config.yaml (#235)

chore: Update .pre-commit-config.yaml (#235) #670

Workflow file for this run

---
name: tox
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
workflow_call:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
tox:
uses: ansible/team-devtools/.github/workflows/tox.yml@main