Commit Graph

5 Commits

Author SHA1 Message Date
Mohamed Elashri bdd5b547ac
Add linter to the generate_readme action 2024-11-15 22:44:12 -05:00
Mohamed Elashri f384e40f7c
Update generate-readme.yml 2024-11-12 14:22:13 +00:00
Anas Sheashaey d3f2d345b6 Activate `generate-readme.yml` GitHub Action for PRs 2024-11-12 11:12:47 +02:00
Anas Sheashaey abb0285f91 Several updates to automation workflow
- Update `generate-readme.yml` to use Python scripts. Previously it was
  awk scripts.
- Rename python script to `generate_readme`. Previously it was called
  `main.py`.
- Add note to `CONTRIBUTING.md` explaining the new file to add
  manual entries.
- Fix typo in `CONTRIBUTING.md`.
2024-11-11 14:47:00 +02:00
Anas Sheashaey b17c5ff981 Automate README generation with GitHub Actions
- Add `generate-readme.yml` workflow to update `README.md` on pushes to `main` when `_README.md` changes
- Introduce AWK scripts as a submodule (`scripts/awk`) for processing the README
- Rename `README.md` to `_README.md` to serve as the source file
2024-11-10 03:52:16 +02:00