Browse Source
Merge pull request #1613 from Marwel/master
some yamllint ignoring
pull/1616/head
Slavi Pantaleev
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
1 deletions
-
.github/workflows/matrix.yml
-
.yamllint
|
|
|
@@ -1,7 +1,7 @@ |
|
|
|
--- |
|
|
|
name: Matrix CI |
|
|
|
|
|
|
|
on: |
|
|
|
on: # yamllint disable-line rule:truthy |
|
|
|
push: |
|
|
|
pull_request: |
|
|
|
|
|
|
|
|
|
|
|
@@ -1,5 +1,8 @@ |
|
|
|
--- |
|
|
|
extends: default |
|
|
|
|
|
|
|
ignore: | |
|
|
|
roles/matrix-synapse/vars/workers.yml |
|
|
|
|
|
|
|
rules: |
|
|
|
line-length: disable |