Skip to content

Commit 03c5dc1

Browse files
committed
add comment about missing frontend build
1 parent e315ddd commit 03c5dc1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull-compliance.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ jobs:
9595
with:
9696
go-version: ">=1.20"
9797
check-latest: true
98+
# no frontend build here as backend should be able to build
99+
# even without any frontend files
98100
- run: make deps-backend deps-tools
99101
- run: go build -o gitea_no_gcc # test if build succeeds without the sqlite tag
100102
- name: build-backend-arm64

0 commit comments

Comments
 (0)