mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00

add icon.png add icon.png scale to 512x512 metadata for zh-CN Revert "metadata for zh-CN" This reverts commit 77b30b9209dd1b082f050c55fa175fa96afbfcf6.
17 lines
343 B
YAML
17 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
|