mirror of
https://github.com/TheAlgorithms/Python.git
synced 2026-03-13 09:50:19 +08:00
No issues so far (#3835)
* Simplify GitHub Actions * Update stale.yml Co-authored-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
2
.github/workflows/directory_writer.yml
vendored
2
.github/workflows/directory_writer.yml
vendored
@@ -8,8 +8,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v1 # v1, NOT v2
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.x
|
||||
- name: Write DIRECTORY.md
|
||||
run: |
|
||||
scripts/build_directory_md.py 2>&1 | tee DIRECTORY.md
|
||||
|
||||
Reference in New Issue
Block a user