소스 검색
Launch the tests every day
pull/1410/head
Yann Bertrand
4 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
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 |
|
|
|