Slavi Pantaleev
пре 4 година
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 измењених фајлова са
4 додато и
1 уклоњено
-
.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 |