Better error message for file deletion failures (#2298), Experiment with smarter version detection (#2324), Support Debian-style standard versions (#2314), Minor UI tweak (pseudo-version in italics on apps page instead of readout), Search should not select any sources by default, Update Android-side Gradle + upgrade to Java 21 + upgrade Flutter packages where possible #38
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: Validate Fastlane metadata | |
on: | |
workflow_dispatch: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main" ] | |
jobs: | |
go: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Validate Fastlane Supply Metadata | |
uses: ashutoshgngwr/validate-fastlane-supply-metadata@v2 |