mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix weblint call
This commit is contained in:
parent
44400d2a66
commit
d606abc544
6
.github/workflows/lint-frontend.yml
vendored
6
.github/workflows/lint-frontend.yml
vendored
@ -3,14 +3,14 @@ name: Lint frontend
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- 'invokeai/frontend/**'
|
- 'invokeai/frontend/web/**'
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'invokeai/frontend/**'
|
- 'invokeai/frontend/web/**'
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: invokeai/frontend
|
working-directory: invokeai/frontend/web
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint-frontend:
|
lint-frontend:
|
||||||
|
Loading…
Reference in New Issue
Block a user