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 e67fe0d commit 125ec55Copy full SHA for 125ec55
.github/workflows/lint.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/setup-go@v5
11
- uses: actions/checkout@v4
12
- name: Crete empty build directory
13
- run: mkdir ui/build
+ run: touch ui/build/.gitkeep
14
- name: golangci-lint
15
uses: golangci/golangci-lint-action@v6
16
with:
0 commit comments