Lint Tests #48
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: "Lint Tests" | |
| on: | |
| push: | |
| branches: | |
| - main | |
| workflow_call: | |
| pull_request: | |
| # Workflow-level permissions - restrict to read-only by default | |
| permissions: read-all | |
| jobs: | |
| lint-unit: | |
| # Pin to commit SHA for security | |
| uses: sous-chefs/.github/.github/workflows/lint-unit.yml@1bd0cd79d49e32c55efd9227776ad90afcb2d89b # 2.0.1 | |
| # Permissions required by the reusable workflow for status checks | |
| # These are the minimum permissions needed for the sous-chefs lint workflow | |
| permissions: | |
| contents: read | |
| checks: write | |
| statuses: write |