Skip to content

Testing pre-commit/action without a tag #21

Testing pre-commit/action without a tag

Testing pre-commit/action without a tag #21

Workflow file for this run

name: CI
run-name: Triggered by push from ${{ github.actor }}
on: [push]
jobs:
Pre-Commit-Check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- run: pip install mypy pylint detect-secrets
- uses: pre-commit/action