Attention des changements sont bientôt à prévoir sur l'instance gitea d'Aurore :
---
kind: pipeline
type: docker
name: lint
steps:
- name: ShellCheck
image: koalaman/shellcheck-alpine:v0.7.1
commands:
- shellcheck -e SC2181 pdf-optimize
...