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 acd59f3 commit ae32b99Copy full SHA for ae32b99
.editorconfig
@@ -26,5 +26,9 @@ indent_size = 4
26
indent_style = space
27
indent_size = 2
28
29
+[*.{yml,yaml}]
30
+indent_style = space
31
+indent_size = 2
32
+
33
[*.js]
34
quote_type = "double"
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Execute tests
37
run: npm test
38
- working-directory: ./
+ working-directory: ./
39
40
- name: Stop containers
41
run: docker compose down -v
0 commit comments