Merge pull request #422 from openfoodfacts/dependabot/bundler/fastlan… #386
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: Check Android Fastlane Metadata | |
on: | |
push: | |
branches: | |
- '*' | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
marketing: | |
runs-on: ubuntu-latest | |
steps: | |
# required to run on Linux because this is a docker container action | |
- name: Checkout | |
uses: actions/[email protected] | |
- name: Validate Android metadata | |
uses: ashutoshgngwr/validate-fastlane-supply-metadata@v2 | |
with: | |
fastlaneDir: ./fastlane/android/metadata # optional. default is './fastlane'. | |
#enable check to validate if a locale is supported by the Play Store Listing. | |
usePlayStoreLocales: true # optional. default is false. |