We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea14d4c commit 4f39eeaCopy full SHA for 4f39eea
.github/workflows/plugin-quality-gate.yml
@@ -0,0 +1,20 @@
1
+name: Plugin Quality Gate
2
+
3
+on:
4
+ pull_request:
5
+ paths:
6
+ - ".codex-plugin/**"
7
+ - "skills/**"
8
+ - ".mcp.json"
9
10
+jobs:
11
+ scan:
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - uses: actions/checkout@v4
15
+ - name: Codex plugin quality gate
16
+ uses: hashgraph-online/hol-codex-plugin-scanner-action@v1
17
+ with:
18
+ plugin_dir: "."
19
+ min_score: 80
20
+ fail_on_severity: high
0 commit comments