Skip to content

Fix duplicated translations #21

Fix duplicated translations

Fix duplicated translations #21

Workflow file for this run

name: Fastlane checks
on:
pull_request:
branches:
- 'master'
- 'release/*'
- 'hotfix/*'
jobs:
check_files:
name: Check Fastlane with canned action
# required to run on Linux because this is a docker container action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ashutoshgngwr/validate-fastlane-supply-metadata@v2
with:
fastlaneDir: ./fastlane/metadata/android # optional
usePlayStoreLocales: true # optional