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