Compare commits

..

No commits in common. "3142ff3f665cde2a8bed4eaa1b9343ad8f9aaa95" and "503a857e2ccd6cf9799593daa77f338c45f2d0bf" have entirely different histories.

5 changed files with 10 additions and 33 deletions

View file

@ -1,11 +0,0 @@
---
steps:
- name: linting
image: cytopia/yamllint:latest
commands:
- yamllint -f colored -s .
when:
- event:
- push
- manual
- pull_request

View file

@ -1,12 +0,0 @@
---
yaml-files:
- '*.yaml'
- '*.yml'
- '.yamllint'
extends: default
rules:
line-length: disable
indentation:
indent-sequences: consistent