Add Proximity Detection init options #127
Workflow file for this run
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: Analyze Commit Messages | |
| on: | |
| pull_request: | |
| permissions: | |
| pull-requests: write | |
| contents: write | |
| jobs: | |
| analyze-commits: | |
| name: Analyze Commit Messages | |
| uses: fingerprintjs/dx-team-toolkit/.github/workflows/analyze-commits.yml@v1 | |
| with: | |
| setupLanguage: 'flutter' | |
| setupLanguageVersion: '3.x' | |
| prepareCommand: 'sudo gem install -n /usr/local/bin cocoapods && echo "flutter.sdk=$FLUTTER_ROOT" > $GITHUB_WORKSPACE/android/local.properties' | |
| semanticReleasePlugins: | | |
| @fingerprintjs/semantic-release-native-dependency-plugin@^1.2.1 |