We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1397e01 commit f0e6672Copy full SHA for f0e6672
1 file changed
.github/workflows/ci.yml
@@ -7,6 +7,20 @@ on:
7
branches: [main]
8
9
jobs:
10
+ validate-plugin:
11
+ name: Validate Plugin
12
+ runs-on: ubuntu-latest
13
+ permissions:
14
+ contents: read
15
+ steps:
16
+ - uses: actions/checkout@v6
17
+
18
+ - name: Valideer plugin.json
19
+ run: python3 -c "import json; json.load(open('.plugin/plugin.json'))"
20
21
+ - name: Controleer plugin sync
22
+ run: python3 scripts/generate_plugin.py --check
23
24
shellcheck:
25
name: ShellCheck
26
runs-on: ubuntu-latest
0 commit comments