From 0f41e647d19de06c4c77b44d262880b5005eb211 Mon Sep 17 00:00:00 2001 From: Erick Zanardo Date: Fri, 25 Mar 2022 10:24:51 -0300 Subject: [PATCH] fix: sandbox github workflow --- .../sandbox/.github/PULL_REQUEST_TEMPLATE.md | 23 ------------------- .../sandbox/.github/workflows/main.yaml | 10 -------- .../sandbox/lib/common/games.dart | 1 + 3 files changed, 1 insertion(+), 33 deletions(-) delete mode 100644 packages/pinball_components/sandbox/.github/PULL_REQUEST_TEMPLATE.md delete mode 100644 packages/pinball_components/sandbox/.github/workflows/main.yaml diff --git a/packages/pinball_components/sandbox/.github/PULL_REQUEST_TEMPLATE.md b/packages/pinball_components/sandbox/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 6b9372ef..00000000 --- a/packages/pinball_components/sandbox/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,23 +0,0 @@ - - -## Description - - - -## Type of Change - - - -- [ ] โœจ 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 diff --git a/packages/pinball_components/sandbox/.github/workflows/main.yaml b/packages/pinball_components/sandbox/.github/workflows/main.yaml deleted file mode 100644 index 553a0091..00000000 --- a/packages/pinball_components/sandbox/.github/workflows/main.yaml +++ /dev/null @@ -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 diff --git a/packages/pinball_components/sandbox/lib/common/games.dart b/packages/pinball_components/sandbox/lib/common/games.dart index bce1ff90..ca5b35fc 100644 --- a/packages/pinball_components/sandbox/lib/common/games.dart +++ b/packages/pinball_components/sandbox/lib/common/games.dart @@ -72,3 +72,4 @@ class _PreviewLine extends PositionComponent with HasGameRef { } } } +