File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 17
17
- name : Download Earthly v0.8.12.
18
18
run : " sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.12/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
19
19
- name : Checkout code.
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
- name : Check formatting.
22
22
run : earthly --ci +check-${{ matrix.language }}-formatting
23
23
linting :
30
30
- name : Download Earthly v0.8.12.
31
31
run : " sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.12/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
32
32
- name : Checkout code.
33
- uses : actions/checkout@v3
33
+ uses : actions/checkout@v4
34
34
- name : Check linting.
35
35
run : earthly --ci +check-${{ matrix.language }}-linting
36
36
compile :
40
40
- name : Download Earthly v0.8.12.
41
41
run : " sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.12/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
42
42
- name : Checkout code.
43
- uses : actions/checkout@v3
43
+ uses : actions/checkout@v4
44
44
- name : Compile.
45
45
run : earthly --ci +compile
46
46
unit-test :
50
50
- name : Download Earthly v0.8.12.
51
51
run : " sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.12/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
52
52
- name : Checkout code.
53
- uses : actions/checkout@v3
53
+ uses : actions/checkout@v4
54
54
- name : Unit test.
55
55
run : earthly --ci +unit-test
Original file line number Diff line number Diff line change 14
14
- name : Download Earthly v0.8.12.
15
15
run : " sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.12/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
16
16
- name : Checkout code.
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
with :
19
19
ref : ${{ github.event.pull_request.head.sha }}
20
20
fetch-depth : 0
Original file line number Diff line number Diff line change 14
14
- name : Download Earthly v0.8.12.
15
15
run : " sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.12/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
16
16
- name : Checkout code.
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
with :
19
19
ref : ${{ github.event.pull_request.head.sha }}
20
20
fetch-depth : 0
Original file line number Diff line number Diff line change 14
14
- name : Download Earthly v0.8.12.
15
15
run : " sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.12/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
16
16
- name : Checkout code.
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
- name : Check GitHub Actions workflows linting.
19
19
run : earthly +check-github-actions-workflows-linting
20
20
formatting :
24
24
- name : Download Earthly v0.8.12.
25
25
run : " sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.12/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
26
26
- name : Checkout code.
27
- uses : actions/checkout@v3
27
+ uses : actions/checkout@v4
28
28
- name : Check formatting.
29
29
run : earthly +check-yaml-formatting
You can’t perform that action at this time.
0 commit comments