Browse Source

Merge pull request #1613 from Marwel/master

some yamllint ignoring
pull/1616/head
Slavi Pantaleev 4 years ago
committed by GitHub
parent
commit
e09694f5ef
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions
  1. +1
    -1
      .github/workflows/matrix.yml
  2. +3
    -0
      .yamllint

+ 1
- 1
.github/workflows/matrix.yml View File

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

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



+ 3
- 0
.yamllint View File

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

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

rules:
line-length: disable

Loading…
Cancel
Save