Skip to content
Snippets Groups Projects

Update CI to reasonable versions and fix resulting issues

Merged Thomas Schneider requested to merge th/ci-alpine into main
2 files
+ 9
9
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
8
parseable: true
quiet: true
---
use_default_rules: true
skip_list:
- '204' # line length is checked by yamllint
- '401' # git checkout must contain explicit version
- '701' # 7xx is about ansible galaxy guidelines
- '702'
- '703'
Loading