Skip to content

Commit fccb02e

Browse files
committed
build: add lint check
1 parent 213f0fb commit fccb02e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/test.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,20 @@ jobs:
4242

4343
- name: Build renku-dev-utils
4444
run: make rdu
45+
46+
lint:
47+
runs-on: ubuntu-24.04
48+
steps:
49+
- name: Checkout
50+
uses: actions/checkout@v5
51+
52+
- name: Install Go
53+
uses: actions/setup-go@v6
54+
with:
55+
go-version: '1.24.2'
56+
check-latest: true
57+
58+
- name: golangci-lint
59+
uses: golangci/golangci-lint-action@v8
60+
with:
61+
version: v2.1

0 commit comments

Comments
 (0)