This commit is contained in:
hgn
2025-01-18 12:01:32 +01:00
parent e906fa54a9
commit 5cf3e87c55
2 changed files with 11 additions and 2 deletions

View File

@@ -1,7 +1,9 @@
name: stack test name: stack test
on: on:
pull_request: push:
branches: ["master"] branches:
- main
- devpod
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest

7
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"editor.formatOnSave": true,
"files.trimTrailingWhitespace": false,
"files.insertFinalNewline": true,
"terraform.experimentalFeatures.validateOnSave": true,
"editor.tabSize": 2
}