Added support for manifest generation when using ksp #57
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: Build/Test | |
| on: | |
| # Trigger on every pull request | |
| pull_request: | |
| # This is reused in deploy_snapshot.yml | |
| workflow_call: | |
| jobs: | |
| build-test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout DeepLinkDispatch | |
| uses: actions/checkout@v2 | |
| - name: Build/Test DeepLinkDispatch | |
| run: ./gradlew assemble check javadoc lintKotlin |