ci: check commit using ci-fairy

See https://freedesktop.pages.freedesktop.org/ci-templates/ci-fairy.html#checking-commits

In this setup it will check for any leftover fixup!/squash! commits and
that messages don't have the 'Signed-off-by:' tag.
This commit is contained in:
Guillaume Desmottes 2020-06-11 15:16:09 +02:00
parent 204c57e065
commit 87feebf827

View file

@ -94,6 +94,12 @@ rustfmt:
- cargo fmt --version
- cargo fmt -- --color=always --check
check commits:
extends: .img-stable
stage: "lint"
script:
- ci-fairy check-commits --textwidth 0 --no-signed-off-by
outdated:
extends: .img-stable
allow_failure: true