Skip to content

Commit 37dddf4

Browse files
authored
Merge pull request #47 from tarosky/add/wp-plugin-audit
Add wp-plugin-audit workflow
2 parents 996b428 + 72e3013 commit 37dddf4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: WP Plugin Audit
2+
3+
on:
4+
schedule:
5+
- cron: '0 0 1 * *'
6+
workflow_dispatch:
7+
8+
jobs:
9+
audit:
10+
uses: tarosky/workflows/.github/workflows/plugin-audit.yml@main
11+
with:
12+
slug: taro-open-hour
13+
language: ja
14+
secrets: inherit

0 commit comments

Comments
 (0)