File tree Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout project
12
- uses : actions/checkout@v1
12
+ uses : actions/checkout@v3
13
13
- name : Composer dependencies
14
14
run : composer install --no-dev
15
15
- name : Build
Original file line number Diff line number Diff line change
1
+ name : ' build-test'
2
+ on : # rebuild any PRs and main branch changes
3
+ pull_request :
4
+ push :
5
+ branches :
6
+ - master
7
+ - ' releases/*'
8
+
9
+ jobs :
10
+ test :
11
+ runs-on : ubuntu-latest
12
+ steps :
13
+ - name : Checkout
14
+ uses : actions/checkout@v3
15
+
16
+ - name : Run plugin check
17
+ uses : wordpress/plugin-check-action@v1
Original file line number Diff line number Diff line change 5
5
runs-on : ubuntu-latest
6
6
steps :
7
7
- name : Checkout project
8
- uses : actions/checkout@v1
8
+ uses : actions/checkout@v3
9
9
- name : Composer dependencies
10
10
run : composer install
11
11
- name : Run Testsuite
16
16
if : github.ref == 'refs/heads/master'
17
17
steps :
18
18
- name : Checkout project
19
- uses : actions/checkout@v1
19
+ uses : actions/checkout@v3
20
20
- name : Composer dependencies
21
21
run : composer install
22
22
- name : Run Testsuite
You can’t perform that action at this time.
0 commit comments