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
- [](https://gitpod.io/#https://github.com/TheAlgorithms/Python)
2
+ [](https://gitpod.io/#https://github.com/TheAlgorithms/Python)
3
3
[](https://gitter.im/TheAlgorithms)
4
- [](https://travis-ci .com/TheAlgorithms/Python)
4
+ [](https://github .com/TheAlgorithms/Python/actions )
5
5
[](https://lgtm.com/projects/g/TheAlgorithms/Python/alerts)
6
6
[](https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md)
7
7
[](https://www.paypal.me/TheAlgorithms/100)
8
8

9
- [](https://github.com/pre-commit/pre-commit)
10
- [](https://github.com/psf/black)
11
- <!--[]( https://www.python.org/downloads) -->
9
+ [](https://github.com/pre-commit/pre-commit)
10
+ [](https://github.com/psf/black)
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