feat: open the repo for community plugin submissions
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
name: Validate Plugin Manifests
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: validate-plugin-manifests-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
validate:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v7
|
||||
|
||||
- name: Validate plugin manifests
|
||||
run: python3 .github/workflows/validate-plugins.py
|
||||
Reference in New Issue
Block a user