chore(deps): bump puppeteer in /screenshot-wrapping #226
Workflow file for this run
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: Fastlane Metadata | ||
on: | ||
push: | ||
branches: | ||
- main | ||
jobs: | ||
validate: | ||
# required to run on Linux because this is a docker container action | ||
name: validate | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- uses: ashutoshgngwr/validate-fastlane-supply-metadata@v1 | ||
with: | ||
fastlaneDir: ./fastlane # optional. default is './fastlane'. | ||
# enable check to validate if a locale is supported by the Play Store Listing. | ||
usePlayStoreLocales: true # optional. default is false. |