ソースを参照

Launch the tests every day

pull/1410/head
Yann Bertrand 3年前
committed by GitHub
コミット
3017216800
この署名に対応する既知のキーがデータベースに存在しません GPGキー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


読み込み中…
キャンセル
保存