use plugin's repo with qgis rules #84
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: QGIS Plugin Repository Checks | |
| on: [push] | |
| jobs: | |
| qgis_repo_checks: | |
| name: Mirror plugins.qgis.org upload scan | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| # This package ships inside the QGIS plugin zip, so the scan that gates it is | |
| # the plugin's. The action lives there to keep one copy of the rule snapshot. | |
| - uses: MerginMaps/qgis-plugin/.github/actions/qgis-repo-checks@master | |
| with: | |
| root: mergin |