Explorar el Código

Merge pull request #1613 from Marwel/master

some yamllint ignoring
pull/1616/head
Slavi Pantaleev hace 4 años
committed by GitHub
padre
commit
e09694f5ef
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 2 ficheros con 4 adiciones y 1 borrados
  1. +1
    -1
      .github/workflows/matrix.yml
  2. +3
    -0
      .yamllint

+ 1
- 1
.github/workflows/matrix.yml Ver fichero

@@ -1,7 +1,7 @@
---
name: Matrix CI

on:
on: # yamllint disable-line rule:truthy
push:
pull_request:



+ 3
- 0
.yamllint Ver fichero

@@ -1,5 +1,8 @@
---
extends: default

ignore: |
roles/matrix-synapse/vars/workers.yml

rules:
line-length: disable

Cargando…
Cancelar
Guardar