We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d339af commit 4fc0b1fCopy full SHA for 4fc0b1f
2 files changed
.github/workflows/codeql.yml
@@ -14,8 +14,16 @@ name: "CodeQL"
14
on:
15
push:
16
branches: ["main"]
17
+ paths:
18
+ - "**/*.go"
19
+ - "**/*.ts"
20
+ - "**/*.tsx"
21
pull_request:
22
23
24
25
26
27
types:
28
- opened
29
- synchronize
.vscode/settings.json
@@ -38,6 +38,11 @@
38
"editor.insertSpaces": true,
39
"editor.autoIndent": "keep"
40
},
41
+ "[github-actions-workflow]": {
42
+ "editor.defaultFormatter": "esbenp.prettier-vscode",
43
+ "editor.insertSpaces": true,
44
+ "editor.autoIndent": "keep"
45
+ },
46
"[go]": {
47
"editor.defaultFormatter": "golang.go"
48
0 commit comments