mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-06-06 01:18:50 +00:00
Merge branch 'origin/main' into 'next-release/main'
This commit is contained in:
commit
ebf4b5f209
3 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: golangci-lint
|
- id: golangci-lint
|
||||||
- repo: https://github.com/igorshubovych/markdownlint-cli
|
- repo: https://github.com/igorshubovych/markdownlint-cli
|
||||||
rev: v0.42.0
|
rev: v0.43.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: markdownlint
|
- id: markdownlint
|
||||||
exclude: '^(docs/versioned_docs/.*|CHANGELOG.md)$'
|
exclude: '^(docs/versioned_docs/.*|CHANGELOG.md)$'
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: '3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
gitea-database:
|
gitea-database:
|
||||||
image: postgres:17.1-alpine
|
image: postgres:17.2-alpine
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: gitea
|
POSTGRES_USER: gitea
|
||||||
POSTGRES_PASSWORD: 123456
|
POSTGRES_PASSWORD: 123456
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
/>
|
/>
|
||||||
<Icon v-else name="blank" class="md:hidden" />
|
<Icon v-else name="blank" class="md:hidden" />
|
||||||
<span
|
<span
|
||||||
class="flex gap-2 items-center md:justify-center flex-row py-1 px-2 w-full min-w-20 hover:bg-wp-background-200 rounded-md"
|
class="flex gap-2 items-center md:justify-center flex-row py-1 px-2 w-full min-w-20 dark:hover:bg-wp-background-100 hover:bg-wp-background-200 rounded-md"
|
||||||
>
|
>
|
||||||
<Icon v-if="tab.icon" :name="tab.icon" :class="tab.iconClass" class="flex-shrink-0" size="20" />
|
<Icon v-if="tab.icon" :name="tab.icon" :class="tab.iconClass" class="flex-shrink-0" size="20" />
|
||||||
<span>{{ tab.title }}</span>
|
<span>{{ tab.title }}</span>
|
||||||
|
|
Loading…
Reference in a new issue