chore: Use build number for "changelog" name and remove redundant files #7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Validate Fastlane Metadata | |
| on: | |
| pull_request: | |
| paths: | |
| - "fastlane/**" | |
| push: | |
| branches: | |
| - develop | |
| paths: | |
| - "fastlane/**" | |
| jobs: | |
| validate: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4.1.1 | |
| - uses: ashutoshgngwr/validate-fastlane-supply-metadata@v2.1.0 |