feat: use directory workflow from the... (#2485)

...`scripts` repository
This commit is contained in:
David Leal
2023-06-16 15:12:12 -06:00
committed by GitHub
parent 4aa529c728
commit 0953376d31
2 changed files with 31 additions and 5 deletions

View File

@@ -27,11 +27,6 @@ jobs:
wget https://raw.githubusercontent.com/TheAlgorithms/scripts/main/filename_formatter.sh
chmod +x filename_formatter.sh
./filename_formatter.sh . .cpp,.hpp
- name: Update DIRECTORY.md
run: |
wget https://raw.githubusercontent.com/TheAlgorithms/scripts/main/build_directory_md.py
python3 build_directory_md.py C-Plus-Plus . .cpp,.hpp,.h > DIRECTORY.md
git commit -m "updating DIRECTORY.md" DIRECTORY.md || true
- name: Get file changes
run: |
git branch