7
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-01-08 20:35:23 +00:00

Merge pull request from Marwel/master

some yamllint ignoring
This commit is contained in:
Slavi Pantaleev 2022-02-09 16:12:12 +02:00 committed by GitHub
commit e09694f5ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions
.github/workflows
.yamllint

View File

@ -1,7 +1,7 @@
---
name: Matrix CI
on:
on: # yamllint disable-line rule:truthy
push:
pull_request:

View File

@ -1,5 +1,8 @@
---
extends: default
ignore: |
roles/matrix-synapse/vars/workers.yml
rules:
line-length: disable