Update ci

This commit is contained in:
problematicconsumer
2023-09-11 20:24:55 +03:30
parent 73a28576bf
commit 2d6b879cb8
3 changed files with 115 additions and 69 deletions

10
.prettierrc Normal file
View File

@@ -0,0 +1,10 @@
{
"overrides": [
{
"files": ".github/**",
"options": {
"singleQuote": true
}
}
]
}