bce09cf Show on GitHub
- Author: RazanSagheer
- Date: 2/7/2026, 7:56:10 PM
- Message: feat: add GitHub Actions workflow for CI pipeline #242 - This commit adds a basic CI workflow using GitHub Actions, which runs on push and pull requests to the dev branch. - It installs dependencies, checks formatting with Prettier, lints the code with ESLint, and builds the project. - Also updates the README with instructions on development scripts and CI usage. Refs #242
- Stats: 48 total changes (+48 / -0)
Changed Files
.github/workflows/ci.yml— +36 / -0 (36 changes)README.md— +12 / -0 (12 changes)