File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : " build"
2
2
3
3
on :
4
- pull_request
4
+ pull_request :
5
+ schedule :
6
+ - cron : " 0 0 * * *" # Run everyday
5
7
6
8
jobs :
7
9
build :
Original file line number Diff line number Diff line change 1
1
# The Algorithms - Python
2
- [ ![ Gitpod Ready-to-Code] ( https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod&style=flat-square )] ( https://gitpod.io/#https://github.com/TheAlgorithms/Python )
2
+ [ ![ Gitpod Ready-to-Code] ( https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod&style=flat-square )] ( https://gitpod.io/#https://github.com/TheAlgorithms/Python ) & nbsp ;
3
3
[ ![ Gitter chat] ( https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square )] ( https://gitter.im/TheAlgorithms )   ;
4
- [ ![ Build Status] ( https://img.shields.io/travis/ TheAlgorithms/Python.svg ?label=Travis%20CI &logo=travis &style=flat-square )] ( https://travis-ci .com/TheAlgorithms/Python )   ;
4
+ [ ![ GitHub Workflow Status] ( https://img.shields.io/github/workflow/status/ TheAlgorithms/Python/build ?label=CI &logo=github &style=flat-square )] ( https://github .com/TheAlgorithms/Python/actions )   ;
5
5
[ ![ LGTM] ( https://img.shields.io/lgtm/alerts/github/TheAlgorithms/Python.svg?label=LGTM&logo=LGTM&style=flat-square )] ( https://lgtm.com/projects/g/TheAlgorithms/Python/alerts )   ;
6
6
[ ![ contributions welcome] ( https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square )] ( https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md )   ;
7
7
[ ![ Donate] ( https://img.shields.io/badge/Donate-PayPal-green.svg?logo=paypal&style=flat-square )] ( https://www.paypal.me/TheAlgorithms/100 )   ;
8
8
![ ] ( https://img.shields.io/github/repo-size/TheAlgorithms/Python.svg?label=Repo%20size&style=flat-square )   ;
9
- [ ![ pre-commit] ( https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square )] ( https://github.com/pre-commit/pre-commit )
10
- [ ![ code style: black] ( https://img.shields.io/static/v1?label=code%20style&message=black&color=black&style=flat-square )] ( https://github.com/psf/black )
11
- <!-- []( https://www.python.org/downloads) -->
9
+ [ ![ pre-commit] ( https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square )] ( https://github.com/pre-commit/pre-commit ) & nbsp ;
10
+ [ ![ code style: black] ( https://img.shields.io/static/v1?label=code%20style&message=black&color=black&style=flat-square )] ( https://github.com/psf/black ) & nbsp ;
11
+ <!-- [](https://www.python.org/downloads) -->
12
12
13
13
### All algorithms implemented in Python (for education)
14
14
You can’t perform that action at this time.
0 commit comments