mirror of
https://github.com/stashapp/stash.git
synced 2026-05-09 05:05:29 +02:00
[ci] explicitly touch-ui for linting
This commit is contained in:
parent
9880e57d75
commit
aafa31ed1d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/golangci-lint.yml
vendored
2
.github/workflows/golangci-lint.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
|
||||
# generate-backend runs natively (just go generate + touch-ui) — no Docker needed
|
||||
- name: Generate Backend
|
||||
run: make generate-backend
|
||||
run: make touch-ui generate-backend
|
||||
|
||||
## WARN
|
||||
## using v1, update in a later PR
|
||||
|
|
|
|||
Loading…
Reference in a new issue