diff options
author | techknowlogick <techknowlogick@gitea.com> | 2023-10-11 08:39:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-11 08:39:32 +0200 |
commit | dc7cf7a984f9490fb65a137a73bfbda4b58979bb (patch) | |
tree | ae257ad1d98023bacf2f0deff07b2dfff47969ab /.yamllint.yaml | |
parent | Revert "Simplify `contrib/backport` (#27520)" (#27566) (diff) | |
download | forgejo-dc7cf7a984f9490fb65a137a73bfbda4b58979bb.tar.xz forgejo-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 |