Compare commits
No commits in common. "3142ff3f665cde2a8bed4eaa1b9343ad8f9aaa95" and "503a857e2ccd6cf9799593daa77f338c45f2d0bf" have entirely different histories.
3142ff3f66
...
503a857e2c
5 changed files with 10 additions and 33 deletions
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
steps:
|
||||
- name: linting
|
||||
image: cytopia/yamllint:latest
|
||||
commands:
|
||||
- yamllint -f colored -s .
|
||||
when:
|
||||
- event:
|
||||
- push
|
||||
- manual
|
||||
- pull_request
|
12
.yamllint
12
.yamllint
|
@ -1,12 +0,0 @@
|
|||
---
|
||||
yaml-files:
|
||||
- '*.yaml'
|
||||
- '*.yml'
|
||||
- '.yamllint'
|
||||
|
||||
extends: default
|
||||
|
||||
rules:
|
||||
line-length: disable
|
||||
indentation:
|
||||
indent-sequences: consistent
|
Loading…
Add table
Reference in a new issue