CI: lint

Maxime “pep” Buquet created

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>

Change summary

.gitlab-ci.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

Detailed changes

.gitlab-ci.yml 🔗

@@ -1,3 +1,5 @@
+---
+
 stages:
   - lint
   - test
@@ -18,7 +20,8 @@ variables:
 
 .nightly:
   image: rustlang/rust:nightly
-  allow_failure: true  # It's not often, but it happens nightly breaks, surprisingly.
+  # It's not often, but it happens nightly breaks, surprisingly.
+  allow_failure: true
   extends:
     - .show-version