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