mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
test fastlane
add icon.png add icon.png scale to 512x512 metadata for zh-CN Revert "metadata for zh-CN" This reverts commit 77b30b9209dd1b082f050c55fa175fa96afbfcf6.
This commit is contained in:
16
.github/workflows/fastlane.yml
vendored
Normal file
16
.github/workflows/fastlane.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
Reference in New Issue
Block a user