Fix multiple issues with FIR and add support to set
function in IR
#18
This file contains 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-kotlin | |
on: | |
push: | |
branches: | |
- main | |
paths-ignore: | |
- '**.md' | |
pull_request: | |
branches: | |
- main | |
paths-ignore: | |
- '**.md' | |
jobs: | |
build: | |
uses: JavierSegoviaCordoba/reusable-workflows/.github/workflows/build-kotlin.yaml@main | |
with: | |
allow-github-actor-bots: false | |
deploy-docs: false | |
publish-snapshot: true | |
run_before_args: ./gradlew assemble | |
secrets: inherit |