File tree Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Download Earthly v0.8.6.
15
- run : " sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.6/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
15
+ uses : earthly/actions-setup@v1
16
+ with :
17
+ version : v0.8.6
16
18
- name : Checkout code.
17
19
uses : actions/checkout@v4
18
20
- name : Compile.
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Download Earthly v0.8.6.
15
- run : " sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.6/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
15
+ uses : earthly/actions-setup@v1
16
+ with :
17
+ version : v0.8.6
16
18
- name : Checkout code.
17
19
uses : actions/checkout@v4
18
20
with :
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Download Earthly v0.8.6.
15
- run : " sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.6/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
15
+ uses : earthly/actions-setup@v1
16
+ with :
17
+ version : v0.8.6
16
18
- name : Checkout code.
17
19
uses : actions/checkout@v4
18
20
with :
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Download Earthly v0.8.6.
15
- run : " sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.6/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
15
+ uses : earthly/actions-setup@v1
16
+ with :
17
+ version : v0.8.6
16
18
- name : Checkout code.
17
19
uses : actions/checkout@v4
18
20
- name : Check GitHub Actions workflows linting.
22
24
runs-on : ubuntu-latest
23
25
steps :
24
26
- name : Download Earthly v0.8.6.
25
- run : " sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.8.6/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
27
+ uses : earthly/actions-setup@v1
28
+ with :
29
+ version : v0.8.6
26
30
- name : Checkout code.
27
31
uses : actions/checkout@v4
28
32
- name : Check formatting.
You can’t perform that action at this time.
0 commit comments