Skip to content

Commit e67fe0d

Browse files
committed
chore: make empty build folder for lint
1 parent a5d33d9 commit e67fe0d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
steps:
1010
- uses: actions/setup-go@v5
1111
- uses: actions/checkout@v4
12+
- name: Crete empty build directory
13+
run: mkdir ui/build
1214
- name: golangci-lint
1315
uses: golangci/golangci-lint-action@v6
1416
with:

ui/embed.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ import "embed"
44

55
// Assets embed build folder
66
//
7-
87
//go:embed build/*
98
var Assets embed.FS

0 commit comments

Comments
 (0)