KMP Detect Changes
Source: actions/kmp-detect-changes/action.yml
Detects changes in KMP project to determine which platform-specific workflows should run
Usage
- uses: futuredapp/.github/.github/actions/kmp-detect-changes@2.2.0
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
USE_GIT_LFS |
boolean |
No | False |
Whether to download Git-LFS files |
Outputs
| Name | Description |
|---|---|
iosFiles |
Whether files affecting iOS build changed (all files except those in androidApp/) |
androidFiles |
Whether files affecting Android build changed (all files except those in iosApp/) |