Skip to content
This repository was archived by the owner on Jan 12, 2022. It is now read-only.

Commit 8655247

Browse files
committed
fix yaml syntax
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent 26a1e37 commit 8655247

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
- name: Checkout code into the Go module directory
1212
uses: actions/checkout@v2
1313

14-
- name: Download latest earthly
15-
run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.5.23/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
14+
- name: Download latest earthly
15+
run: "sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/download/v0.5.23/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'"
1616

17-
- name: Earthly version
18-
run: earthly --version
17+
- name: Earthly version
18+
run: earthly --version
1919

20-
- name: Run linter
21-
run: earthly +lint
20+
- name: Run linter
21+
run: earthly +lint
2222

23-
- name: Run tests
24-
run: earthly +test
23+
- name: Run tests
24+
run: earthly +test

0 commit comments

Comments
 (0)