Slavi Pantaleev
4 anni fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
2 ha cambiato i file con
4 aggiunte e
1 eliminazioni
-
.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 |