feat: open the repo for community plugin submissions

This commit is contained in:
Lemmy
2026-07-12 22:44:36 -04:00
parent 057bde16c0
commit 658657138b
12 changed files with 1395 additions and 2 deletions
+25
View File
@@ -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