Validate Fastlane metadata

This commit is contained in:
UjuiUjuMandan
2025-04-27 23:51:45 +08:00
parent e061e99451
commit 5dab58cc89

16
.github/workflows/fastlane.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: Validate Fastlane metadata
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate Fastlane Supply Metadata
uses: ashutoshgngwr/validate-fastlane-supply-metadata@v2