Yann Bertrand
hace 4 años
committed by
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 1 ficheros con
8 adiciones y
2 borrados
-
.github/workflows/test.yml
|
|
@@ -1,8 +1,14 @@ |
|
|
|
name: "Run tests" |
|
|
|
|
|
|
|
on: |
|
|
|
- push |
|
|
|
- pull_request |
|
|
|
schedule: |
|
|
|
- cron: '0 0 * * *' |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- master |
|
|
|
pull_request: |
|
|
|
branches: |
|
|
|
- master |
|
|
|
|
|
|
|
env: |
|
|
|
FORMAT_FILE: README.md |
|
|
|