Skip to content

Commit

Permalink
add fastlane validation action
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVe committed Nov 25, 2024
1 parent fa53ba0 commit 3672376
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
with:
path: 'app'

- uses: ashutoshgngwr/validate-fastlane-supply-metadata@v2
with:
fastlaneDir: ./fastlane/metadata/android

- name: Read variables from repo
run: cat .github/workflows/env >> $GITHUB_ENV
working-directory: ./app
Expand Down

0 comments on commit 3672376

Please sign in to comment.