Skip to content

Commit 9f64100

Browse files
author
amiabot
committed
Update: created local '.github/workflows/plugin-check.yml' from remote 'workflows/plugin-check-default.yml'
1 parent 84c5234 commit 9f64100

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/plugin-check.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Run WP.org's plugin check.
2+
#
3+
# This file is managed in https://github.com/happyprime/projects
4+
name: WP.org Plugin Check
5+
6+
on:
7+
push:
8+
branches:
9+
- trunk
10+
pull_request:
11+
branches:
12+
- trunk
13+
14+
jobs:
15+
call-workflow:
16+
uses: happyprime/workflows/.github/workflows/plugin-check.yml@trunk
17+
with:
18+
php-version: '8.3'

0 commit comments

Comments
 (0)