summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2023-09-08 04:24:06 +0200
committerGitHub <noreply@github.com>2023-09-07 22:24:06 -0400
commit3c0c27965836328abd2668dcd77710ee2460535e (patch)
tree57302ecf1c5619be185d888e91c1bd876cf9942e /.drone.yml
parentf9abb6ade28d49f00f28623d172b5a8ed27f4509 (diff)
downloadgitea-3c0c27965836328abd2668dcd77710ee2460535e.tar.gz
gitea-3c0c27965836328abd2668dcd77710ee2460535e.zip
Add `yamllint` (#26965)
So that https://github.com/go-gitea/gitea/pull/26964 does not happen again. Merge this after that PR. Config is based on [node's](https://github.com/nodejs/node/blob/main/.yamllint.yaml). --------- Co-authored-by: techknowlogick <techknowlogick@gitea.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.drone.yml b/.drone.yml
index d05a96ce64..3084351770 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -154,7 +154,7 @@ steps:
when:
event:
exclude:
- - pull_request
+ - pull_request
- name: publish-rootless
image: plugins/docker:latest
@@ -176,7 +176,7 @@ steps:
when:
event:
exclude:
- - pull_request
+ - pull_request
---
kind: pipeline
@@ -220,7 +220,7 @@ steps:
when:
event:
exclude:
- - pull_request
+ - pull_request
- name: publish-rootless
image: plugins/docker:latest
@@ -241,7 +241,7 @@ steps:
when:
event:
exclude:
- - pull_request
+ - pull_request
---
kind: pipeline
@@ -289,7 +289,7 @@ steps:
when:
event:
exclude:
- - pull_request
+ - pull_request
- name: publish-rootless
image: plugins/docker:latest
@@ -311,7 +311,7 @@ steps:
when:
event:
exclude:
- - pull_request
+ - pull_request
---
kind: pipeline
@@ -355,7 +355,7 @@ steps:
when:
event:
exclude:
- - pull_request
+ - pull_request
- name: publish-rootless
image: plugins/docker:latest
@@ -376,7 +376,7 @@ steps:
when:
event:
exclude:
- - pull_request
+ - pull_request
---
kind: pipeline
@@ -413,7 +413,7 @@ steps:
trigger:
ref:
- - "refs/tags/**"
+ - "refs/tags/**"
paths:
exclude:
- "docs/**"