plugin requirements 4.3.0 #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: Validate Plugin Manifest | |
| on: | |
| push: | |
| pull_request: | |
| jobs: | |
| validate: | |
| name: Run RHFest validation | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check out repository | |
| uses: actions/checkout@v4 | |
| - name: Run RHFest validation | |
| uses: docker://ghcr.io/rotorhazard/rhfest-action:v2 |