소스 검색
Merge pull request #1613 from Marwel/master
some yamllint ignoring
pull/1616/head
Slavi Pantaleev
4 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
2개의 변경된 파일과
4개의 추가작업 그리고
1개의 파일을 삭제
-
.github/workflows/matrix.yml
-
.yamllint
|
|
@@ -1,7 +1,7 @@ |
|
|
--- |
|
|
--- |
|
|
name: Matrix CI |
|
|
name: Matrix CI |
|
|
|
|
|
|
|
|
on: |
|
|
|
|
|
|
|
|
on: # yamllint disable-line rule:truthy |
|
|
push: |
|
|
push: |
|
|
pull_request: |
|
|
pull_request: |
|
|
|
|
|
|
|
|
|
|
|
@@ -1,5 +1,8 @@ |
|
|
--- |
|
|
--- |
|
|
extends: default |
|
|
extends: default |
|
|
|
|
|
|
|
|
|
|
|
ignore: | |
|
|
|
|
|
roles/matrix-synapse/vars/workers.yml |
|
|
|
|
|
|
|
|
rules: |
|
|
rules: |
|
|
line-length: disable |
|
|
line-length: disable |