瀏覽代碼

Launch the tests every day

pull/1410/head
Yann Bertrand 3 年之前
committed by GitHub
父節點
當前提交
3017216800
沒有發現已知的金鑰在資料庫的簽署中 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…
取消
儲存