Explorar el Código

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

pull/1613/head
Marko Weltzer hace 4 años
padre
commit
f92e6ad7b9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      .github/workflows/matrix.yml

+ 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:



Cargando…
Cancelar
Guardar