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 e24b2b3 commit 04000e9Copy full SHA for 04000e9
.editorconfig
@@ -9,6 +9,10 @@ end_of_line = lf
9
insert_final_newline = true
10
indent_style = tab
11
12
+[*.yml]
13
+indent_style = space
14
+indent_size = 2
15
+
16
[package.json]
17
indent_style = space
18
indent_size = 2
.github/workflows/tests.yml
@@ -35,6 +35,7 @@ jobs:
35
- run: npm run lint
36
- run: npm run build
37
- run: npm run test
38
+ - run: npx testpack-cli
39
40
- name: Upload test coverage report to Codecov
41
uses: codecov/codecov-action@v1
0 commit comments