Skip to content

Commit

Permalink
run build before lint-backend
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Apr 27, 2024
1 parent 57287d7 commit f7b0d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
go-version-file: go.mod
check-latest: true
- run: make deps-backend deps-tools
- run: make deps-backend deps-tools build
- run: make lint-backend
env:
TAGS: bindata sqlite sqlite_unlock_notify
Expand Down

0 comments on commit f7b0d9a

Please sign in to comment.