Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2023-04-08 19:27:32 +0300
committerTim-Philipp Müller <tim@centricular.com>2023-04-09 01:20:54 +0300
commit0b5cf4e5fdec5337e45af4015885a45191067aac (patch)
treec70c41bdbc237a3cb2c957695aec84feeb991f71 /.gitlab-ci.yml
parent7c30430320abbd774ca174c5d2b495989e8f838c (diff)
ci: add check for symlinks
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1169>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d1caf8966..b85b9d9bf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -417,6 +417,7 @@ check commits:
- when: 'always'
script:
- ci-fairy check-commits --textwidth 0 --no-signed-off-by
+ - ci/check-for-symlinks.sh
clippy:
extends: .img-stable