This repository has been archived by the owner on Mar 13, 2024. It is now read-only.
feat: sprite player hop splits (#321) #535
This file contains 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: trashy_road | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
on: | |
push: | |
paths: | |
- .github/workflows/trashy_road.yaml | |
- "packages/trashy_road/**" | |
branches: | |
- main | |
pull_request: | |
paths: | |
- .github/workflows/trashy_road.yaml | |
- "packages/trashy_road/**" | |
branches: | |
- main | |
jobs: | |
build: | |
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1 | |
with: | |
coverage_excludes: "*.gen.dart" | |
working_directory: "packages/trashy_road" | |
min_coverage: 0 |