Parcourir la source

fix: disable yamllint on ci line, "on" is not always truthy

pull/1613/head
Marko Weltzer il y a 4 ans
Parent
révision
f92e6ad7b9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      .github/workflows/matrix.yml

+ 1
- 1
.github/workflows/matrix.yml Voir le fichier

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


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




Chargement…
Annuler
Enregistrer