Skip to content

postinstall directory must be a fully qualified path #4

postinstall directory must be a fully qualified path

postinstall directory must be a fully qualified path #4

Workflow file for this run

---
name: pre-commit
on:
- push
- pull_request_target
jobs:
pre-commit:
name: pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.1
...