We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d33d9 commit e67fe0dCopy full SHA for e67fe0d
.github/workflows/lint.yml
@@ -9,6 +9,8 @@ jobs:
9
steps:
10
- uses: actions/setup-go@v5
11
- uses: actions/checkout@v4
12
+ - name: Crete empty build directory
13
+ run: mkdir ui/build
14
- name: golangci-lint
15
uses: golangci/golangci-lint-action@v6
16
with:
ui/embed.go
@@ -4,6 +4,5 @@ import "embed"
4
5
// Assets embed build folder
6
//
7
-
8
//go:embed build/*
var Assets embed.FS
0 commit comments