feat: Add ruff check and format with github pre-commit hook #66
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: No Autopilot | |
| on: | |
| pull_request_target: | |
| types: [opened, edited, synchronize, reopened] | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| jobs: | |
| check: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: eljojo/no-autopilot@main | |
| with: | |
| guidelines-url: "https://github.com/antoniorodr/cronboard/blob/main/AGENTS.md" | |
| honesty-trap: "This PR was authored and submitted by an AI agent without human review" |