Refactor the herolib repo:

- Removed the unused files
- Updated the README
- Added all needed scripts in /scripts dir
- Update script paths in CI configuration
- Update script paths in Go code
- Move installation scripts to scripts directory
- Change script path from ./install_v.sh to ./scripts/install_v.sh
This commit is contained in:
Mahmoud-Emad
2025-11-17 15:04:49 +02:00
parent 2ab0dfa6b8
commit 49868a18e1
445 changed files with 18 additions and 40974 deletions

View File

@@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v4
- name: Setup Vlang
run: ./install_v.sh
run: ./scripts/install_v.sh
- name: Generate documentation
run: |

View File

@@ -24,7 +24,7 @@ jobs:
run: |
# Updating man-db takes a long time on every run. We don't need it
sudo apt-get remove -y --purge man-db
./install_v.sh
./scripts/install_v.sh
- name: Setup Herolib from current branch
run: |