We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 125ec55 commit b8038ccCopy full SHA for b8038cc
.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: touch ui/build/.gitkeep
+ run: mkdir ui/build && touch ui/build/.gitkeep
14
- name: golangci-lint
15
uses: golangci/golangci-lint-action@v6
16
with:
0 commit comments