Compare commits
2 Commits
e906fa54a9
...
05ab1ed606
Author | SHA1 | Date | |
---|---|---|---|
![]() |
05ab1ed606 | ||
![]() |
5cf3e87c55 |
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
@@ -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
7
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"editor.formatOnSave": true,
|
||||||
|
"files.trimTrailingWhitespace": false,
|
||||||
|
"files.insertFinalNewline": true,
|
||||||
|
"terraform.experimentalFeatures.validateOnSave": true,
|
||||||
|
"editor.tabSize": 2
|
||||||
|
}
|
Reference in New Issue
Block a user