Skip to content

Commit a49cca6

Browse files
committed
Add Codex plugin scanner CI workflow
1 parent 68fc96b commit a49cca6

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Codex Plugin Quality Gate
2+
3+
on:
4+
push:
5+
branches: [main]
6+
pull_request:
7+
branches: [main]
8+
9+
concurrency:
10+
group: codex-plugin-scanner-${{ github.ref }}
11+
cancel-in-progress: true
12+
13+
jobs:
14+
scan:
15+
runs-on: ubuntu-latest
16+
timeout-minutes: 10
17+
permissions:
18+
contents: read
19+
steps:
20+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
21+
- name: Codex plugin scanner
22+
uses: hashgraph-online/hol-codex-plugin-scanner-action@b45d6b583afe05819b24edc8e6418c9ad2e1f1d0 # v1
23+
with:
24+
plugin_dir: "."

0 commit comments

Comments
 (0)