Skip to content

feat: Add Pre-Commit hook that tests the Pre-Commit hooks #7

feat: Add Pre-Commit hook that tests the Pre-Commit hooks

feat: Add Pre-Commit hook that tests the Pre-Commit hooks #7

Workflow file for this run

name: Validate
on: push
jobs:
validate:
name: Validate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- run: pip install pre-commit
- run: pre-commit validate-manifest .pre-commit-hooks.yaml