Skip to content

Commit 85b4044

Browse files
Try to fix the deployment 22
Signed-off-by: Łukasz Gryglicki <[email protected]>
1 parent 80273d7 commit 85b4044

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ jobs:
127127
128128
- name: Go Lint
129129
working-directory: cla-backend-go
130-
run: make lint
130+
run: |
131+
make lint || exit
131132
132133
- name: Setup Deployment
133134
working-directory: cla-backend

0 commit comments

Comments
 (0)