diff options
author | techknowlogick <techknowlogick@gitea.com> | 2023-10-11 02:39:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-11 06:39:32 +0000 |
commit | dc7cf7a984f9490fb65a137a73bfbda4b58979bb (patch) | |
tree | ae257ad1d98023bacf2f0deff07b2dfff47969ab /.yamllint.yaml | |
parent | 4378f9dfff6a065dbf3204706392f03e69afa56e (diff) | |
download | gitea-dc7cf7a984f9490fb65a137a73bfbda4b58979bb.tar.gz gitea-dc7cf7a984f9490fb65a137a73bfbda4b58979bb.zip |
fully replace drone with actions (#27556)
this builds binaries and docker images for tags
Diffstat (limited to '.yamllint.yaml')
-rw-r--r-- | .yamllint.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.yamllint.yaml b/.yamllint.yaml index 7f0517fb7e..5a1e1e8751 100644 --- a/.yamllint.yaml +++ b/.yamllint.yaml @@ -24,8 +24,6 @@ rules: document-start: level: error present: false - ignore: | - /.drone.yml document-end: present: false |