diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6625bb8..814bf01 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,4 +1,4 @@ -name: Build Script +name: Build app on: workflow_dispatch: inputs: diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..764a0a1 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,7 @@ +{ + "recommendations": [ + "dart-code.dart-code", + "dart-code.flutter", + "github.vscode-github-actions" + ] +} \ No newline at end of file