ping
This commit is contained in:
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
@@ -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
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