π Checklist Validator for issue 2 #2
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: π Checklist Validator | |
| run-name: π Checklist Validator for issue ${{ github.event.issue.number }} | |
| on: | |
| issues: | |
| types: | |
| - closed | |
| jobs: | |
| checklist-validation: | |
| name: β Checklist Completion Check | |
| runs-on: ubuntu-22.04 | |
| steps: | |
| - uses: manticoresoftware/manticoresearch/actions/checklist-validator@master | |