test: add unit test suite with 70%+ line coverage #210
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CGL | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: ~ | |
| jobs: | |
| cgl: | |
| uses: konradmichalik/reusable-github-actions/.github/workflows/cgl-test.yml@main |