Skip to content

Commit

Permalink
Create validate_fastlane.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RafhaanShah committed Nov 5, 2022
1 parent c06fc75 commit ddc030d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/validate_fastlane.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# This workflow will validate fastlane structures
# https://github.com/ashutoshgngwr/validate-fastlane-supply-metadata
name: Validate Fastlane

on: workflow_dispatch

jobs:
validate_fastlane:
name: Validate Fastlane
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ashutoshgngwr/validate-fastlane-supply-metadata@v2

0 comments on commit ddc030d

Please sign in to comment.