mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-03-23 06:59:47 +00:00
Update related to the change in CI testing (#3903)
* Update README badge for GitHub CI * Run GitHub CI everyday as was done in Travis
This commit is contained in:
parent
bb693aa681
commit
fe6885926f
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -1,7 +1,9 @@
|
||||
name: "build"
|
||||
|
||||
on:
|
||||
pull_request
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: "0 0 * * *" # Run everyday
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
10
README.md
10
README.md
@ -1,14 +1,14 @@
|
||||
# The Algorithms - Python
|
||||
[](https://gitpod.io/#https://github.com/TheAlgorithms/Python)
|
||||
[](https://gitpod.io/#https://github.com/TheAlgorithms/Python)
|
||||
[](https://gitter.im/TheAlgorithms)
|
||||
[](https://travis-ci.com/TheAlgorithms/Python)
|
||||
[](https://github.com/TheAlgorithms/Python/actions)
|
||||
[](https://lgtm.com/projects/g/TheAlgorithms/Python/alerts)
|
||||
[](https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md)
|
||||
[](https://www.paypal.me/TheAlgorithms/100)
|
||||

|
||||
[](https://github.com/pre-commit/pre-commit)
|
||||
[](https://github.com/psf/black)
|
||||
<!--[]( https://www.python.org/downloads) -->
|
||||
[](https://github.com/pre-commit/pre-commit)
|
||||
[](https://github.com/psf/black)
|
||||
<!--[](https://www.python.org/downloads) -->
|
||||
|
||||
### All algorithms implemented in Python (for education)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user