mirror of
https://github.com/2dust/v2rayNG.git
synced 2025-06-28 12:19:52 +00:00
* Add fastlane metadata * fixup! Add fastlane metadata * hoedown full_description.txt * Remove title heading 1
16 lines
343 B
YAML
16 lines
343 B
YAML
name: Validate Fastlane metadata
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
push:
|
|
branches: [ "master" ]
|
|
pull_request:
|
|
branches: [ "master" ]
|
|
|
|
jobs:
|
|
go:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- name: Validate Fastlane Supply Metadata
|
|
uses: ashutoshgngwr/validate-fastlane-supply-metadata@v2.0.0
|