Skip to content

Commit 6a9c8a9

Browse files
raghavendra-talurobnoxxx
authored andcommitted
ci: fix the checkmake workflow
The indentation was incorrect. Signed-off-by: Raghavendra Talur <raghavendra.talur@gmail.com>
1 parent 32bb5fa commit 6a9c8a9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/checkmake.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28-
# checkmake uses go run, so this needs go installed
29-
- name: Set up Go
30-
uses: actions/setup-go@v6
31-
with:
32-
go-version: 'stable'
33-
id: go
28+
# checkmake uses go run, so this needs go installed
29+
- name: Set up Go
30+
uses: actions/setup-go@v6
31+
id: go
32+
with:
33+
go-version: 'stable'
3434
- name: Run CheckMake
3535
run: make checkmake

0 commit comments

Comments
 (0)