texinfo
pigeonmoelleux 2024-06-22 23:04:09 +02:00
parent 6fa66acad2
commit 395f3009bc
No known key found for this signature in database
GPG Key ID: B3BE02E379E6E8E2
1 changed files with 11 additions and 0 deletions

11
.gitlab-ci.yml 100644
View File

@ -0,0 +1,11 @@
stages: [ style ]
default:
image: debian:latest
interruptible: true
style:
stage: style
script:
- sudo apt-get install -y ruby-mdl
- if [[ $(mdl .) ]]; false fi