File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
name : CI
2
2
3
- on :
3
+ on :
4
4
push :
5
5
branches :
6
6
- content
@@ -12,13 +12,13 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v1
16
-
15
+ uses : actions/checkout@v2
16
+
17
17
- name : Setup Perl
18
18
uses : shogo82148/actions-setup-perl@v1
19
19
with :
20
20
perl-version : ' 5.30'
21
-
21
+
22
22
- name : Build
23
23
run : make test
24
24
Original file line number Diff line number Diff line change 1
1
name : Deploy GitHub Pages
2
2
3
- on :
3
+ on :
4
4
push :
5
5
branches :
6
6
- content
@@ -10,13 +10,13 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v1
14
-
13
+ uses : actions/checkout@v2
14
+
15
15
- name : Setup Perl
16
16
uses : shogo82148/actions-setup-perl@v1
17
17
with :
18
18
perl-version : ' 5.30'
19
-
19
+
20
20
- name : Build
21
21
run : make build
22
22
You can’t perform that action at this time.
0 commit comments