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 fd3c5ac commit 9f54b1eCopy full SHA for 9f54b1e
1 file changed
.github/workflows/build.yml
@@ -12,6 +12,8 @@ jobs:
12
with:
13
node-version: '24'
14
- uses: actions/checkout@v6
15
+ with:
16
+ fetch-depth: 0
17
- run: (cd ui && yarn)
18
- run: make build-js
19
- uses: golangci/golangci-lint-action@v9
0 commit comments