Compare commits

...

2 Commits

Author SHA1 Message Date
hgn
05ab1ed606 updating test.yaml
Some checks failed
build / tfsec (push) Failing after 21s
2025-01-18 12:01:56 +01:00
hgn
5cf3e87c55 ping 2025-01-18 12:01:32 +01:00
2 changed files with 11 additions and 2 deletions

View File

@@ -1,7 +1,9 @@
name: stack test
on:
pull_request:
branches: ["master"]
push:
branches:
- main
- devpod
jobs:
test:
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
}