Release public version of the Go Dependency Submission action

This commit is contained in:
Lane Seppala
2022-06-15 16:36:38 -06:00
commit 054f21a184
31 changed files with 31659 additions and 0 deletions

7
.prettierrc Normal file
View File

@@ -0,0 +1,7 @@
{
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"useTabs": false
}