Document Actions PR permission in propose-event setup #7
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
| # Validates events/*.json and ote.config.json against the OTE spec. | |
| # All logic lives in OpenTechEvents/ote-tools — this file only calls it. | |
| # @main will become @v1 once the reusable workflows stabilise. | |
| name: Validate | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| jobs: | |
| validate: | |
| uses: OpenTechEvents/ote-tools/.github/workflows/validate.yml@main |