- Added a GitHub Actions workflow to automatically run Rhai tests on
push and pull request events.
- Created documentation for the CI workflow.
- Improved test runner script to log output to a file and check for
test failures.
- Added documentation for the Git module's test scripts, including
test structure, running instructions, and details of each test.
- Added links to Git module tests in the main Rhai documentation.
- Improved overall structure and clarity of the Rhai documentation.
- Add Rhai scripting integration to the SAL library.
- Create documentation for Rhai module usage and available functions.
- Implement comprehensive test suite for the Rhai integration.
- Add `.gitignore` entries for test related temporary files.