Skip to content

Merge pull request #408 from openfoodfacts/dependabot/bundler/fastlan… #464

Merge pull request #408 from openfoodfacts/dependabot/bundler/fastlan…

Merge pull request #408 from openfoodfacts/dependabot/bundler/fastlan… #464

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.