Skip to content

Commit 1896728

Browse files
committed
change: add increased timeout to linting step in CI
1 parent 0b1c0d8 commit 1896728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: make ci-setup
3131
# Code Check
3232
- name: Run Static Analysis
33-
run: make lint
33+
run: make ci-lint
3434
# Tests
3535
- name: Run Go Tests
3636
run: make test

0 commit comments

Comments
 (0)