build-fedora: image: fedora:latest before_script: - dnf install -y git autoconf automake make gettext itstool libxslt yelp-tools script: - ./check.sh - ./autogen.sh ITSTOOL="/usr/bin/itstool --strict" - make - make check codespell: image: registry.gitlab.gnome.org/gnome/gnome-user-docs:latest when: manual allow_failure: true script: - codespell -S "*.png,*.po,.git,*.jpg,*.webm" -f --skip="*.po,./NEWS,*/Makefile*"