Skip to content

Commit f7b0d9a

Browse files
committed
run build before lint-backend
1 parent 57287d7 commit f7b0d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-compliance.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
go-version-file: go.mod
2323
check-latest: true
24-
- run: make deps-backend deps-tools
24+
- run: make deps-backend deps-tools build
2525
- run: make lint-backend
2626
env:
2727
TAGS: bindata sqlite sqlite_unlock_notify

0 commit comments

Comments
 (0)