Yann Bertrand
пре 4 година
committed by
GitHub
No known key found for this signature in database
GPG Key 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 |
|
|
|