github actions workflows added (#1947)
* github actions workflows added * added playwright tests * Apply suggestions from code review * Update .github/workflows/push.yaml
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"ignorePaths": [
|
||||
"coverage/**",
|
||||
"cypress/**",
|
||||
"dist/**",
|
||||
"go.sum",
|
||||
"mage_output_file.go",
|
||||
@@ -30,11 +29,7 @@
|
||||
"src/**",
|
||||
"pkg/**"
|
||||
],
|
||||
"ignoreRegExpList": [
|
||||
"import\\s*\\((.|[\r\n])*?\\)",
|
||||
"import\\s*.*\".*?\"",
|
||||
"\\[@.+\\]"
|
||||
],
|
||||
"ignoreRegExpList": ["import\\s*\\((.|[\r\n])*?\\)", "import\\s*.*\".*?\"", "\\[@.+\\]"],
|
||||
"words": [
|
||||
"alexanderzobnin",
|
||||
"datapoint",
|
||||
|
||||
Reference in New Issue
Block a user