Skip to content

pre-commit-ci-lite[bot] is running Validate Actions #21

pre-commit-ci-lite[bot] is running Validate Actions

pre-commit-ci-lite[bot] is running Validate Actions #21

Workflow file for this run

name: Validate
run-name: ${{ github.actor }} is running Validate Actions
on: [pull_request]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- run: echo "Triggered by a ${{ github.event_name }} event."
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()