mirror of https://github.com/grafana/grafana.git
fix indent (#103018)
This commit is contained in:
parent
a262da532e
commit
488581fcc1
|
|
@ -6,16 +6,16 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- public/app/features/search/**/*.ts
|
- public/app/features/search/**/*.ts
|
||||||
- public/app/features/search/**/*.tsx
|
- public/app/features/search/**/*.tsx
|
||||||
- pkg/storage/**/*.go
|
- pkg/storage/**/*.go
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- public/app/features/search/**/*.ts
|
- public/app/features/search/**/*.ts
|
||||||
- public/app/features/search/**/*.tsx
|
- public/app/features/search/**/*.tsx
|
||||||
- pkg/storage/**/*.go
|
- pkg/storage/**/*.go
|
||||||
env:
|
env:
|
||||||
ARCH: linux-amd64
|
ARCH: linux-amd64
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue