Skip to content

Commit bf81855

Browse files
committed
Fix styles
1 parent 0914259 commit bf81855

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
- name: Run ui build
2222
run: make ui-build
2323

24-
# - name: golangci-lint
25-
# uses: golangci/golangci-lint-action@v9
26-
# with:
27-
# version: v2.4
24+
- name: golangci-lint
25+
uses: golangci/golangci-lint-action@v9
26+
with:
27+
version: v2.4
2828

2929
- name: Run lint
3030
run: make lint

0 commit comments

Comments
 (0)