mirror of https://github.com/flutter/pinball.git
fix: sandbox github workflow (#99)
* fix: sandbox github workflow * fix: forcing error to test * fix: lint * fix: lintpull/104/head
parent
9f1f9f4466
commit
2d647f9630
@ -1,23 +0,0 @@
|
|||||||
<!--
|
|
||||||
Thanks for contributing!
|
|
||||||
|
|
||||||
Provide a description of your changes below and a general summary in the title
|
|
||||||
|
|
||||||
Please look at the following checklist to ensure that your PR can be accepted quickly:
|
|
||||||
-->
|
|
||||||
|
|
||||||
## Description
|
|
||||||
|
|
||||||
<!--- Describe your changes in detail -->
|
|
||||||
|
|
||||||
## Type of Change
|
|
||||||
|
|
||||||
<!--- Put an `x` in all the boxes that apply: -->
|
|
||||||
|
|
||||||
- [ ] ✨ New feature (non-breaking change which adds functionality)
|
|
||||||
- [ ] 🛠️ Bug fix (non-breaking change which fixes an issue)
|
|
||||||
- [ ] ❌ Breaking change (fix or feature that would cause existing functionality to change)
|
|
||||||
- [ ] 🧹 Code refactor
|
|
||||||
- [ ] ✅ Build configuration change
|
|
||||||
- [ ] 📝 Documentation
|
|
||||||
- [ ] 🗑️ Chore
|
|
@ -1,10 +0,0 @@
|
|||||||
name: sandbox
|
|
||||||
|
|
||||||
on: [pull_request, push]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
|
|
||||||
with:
|
|
||||||
flutter_channel: stable
|
|
||||||
flutter_version: 2.10.0
|
|
Loading…
Reference in new issue