mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-02-17 03:25:36 +00:00
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:
parent
204c57e065
commit
87feebf827
1 changed files with 6 additions and 0 deletions
|
@ -94,6 +94,12 @@ rustfmt:
|
||||||
- cargo fmt --version
|
- cargo fmt --version
|
||||||
- cargo fmt -- --color=always --check
|
- cargo fmt -- --color=always --check
|
||||||
|
|
||||||
|
check commits:
|
||||||
|
extends: .img-stable
|
||||||
|
stage: "lint"
|
||||||
|
script:
|
||||||
|
- ci-fairy check-commits --textwidth 0 --no-signed-off-by
|
||||||
|
|
||||||
outdated:
|
outdated:
|
||||||
extends: .img-stable
|
extends: .img-stable
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
Loading…
Reference in a new issue