Преглед изворни кода

Launch the tests every day

pull/1410/head
Yann Bertrand пре 3 година
committed by GitHub
родитељ
комит
3017216800
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 8 додато и 2 уклоњено
  1. +8
    -2
      .github/workflows/test.yml

+ 8
- 2
.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


Loading…
Откажи
Сачувај