feat: add reified helper functions for NoArgBindingDI, update tests to use these methods
#158
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: check | |
| on: | |
| pull_request: | |
| paths-ignore: | |
| - '**.md' | |
| - '**.adoc' | |
| - '**/.gitignore' | |
| - './github/**' | |
| - '!./github/workflow/test.yml' | |
| jobs: | |
| unit-tests: | |
| uses: kosi-libs/kodein-internal-github-actions/.github/workflows/unit-tests.yml@main | |
| instrumentation-tests: | |
| uses: kosi-libs/kodein-internal-github-actions/.github/workflows/check-with-android.yml@main |