From 5cf3e87c5545d6dc74d1d587b70cb11e4f6a8f8a Mon Sep 17 00:00:00 2001 From: hgn Date: Sat, 18 Jan 2025 12:01:32 +0100 Subject: [PATCH] ping --- .github/workflows/test.yaml | 6 ++++-- .vscode/settings.json | 7 +++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 001b6f9..62a6634 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,7 +1,9 @@ name: stack test on: - pull_request: - branches: ["master"] + push: + branches: + - main + - devpod jobs: test: runs-on: ubuntu-latest diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..7906517 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "editor.formatOnSave": true, + "files.trimTrailingWhitespace": false, + "files.insertFinalNewline": true, + "terraform.experimentalFeatures.validateOnSave": true, + "editor.tabSize": 2 +}