mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-02-15 02:01:22 -05:00
* ci: auto trigger release pull requests when on changelog update * chore: add code owners * ci: add fastlane metadata validation
16 lines
274 B
YAML
16 lines
274 B
YAML
name: Fastlane metadata validation
|
|
|
|
on:
|
|
push:
|
|
branches: [main]
|
|
paths:
|
|
- "fastlane/**"
|
|
pull_request:
|
|
branches: [main]
|
|
paths:
|
|
- "fastlane/**"
|
|
|
|
jobs:
|
|
validate:
|
|
uses: FossifyOrg/.github/.github/workflows/validate-fastlane-metadata.yml@main
|