Skip to content

Commit 85c6438

Browse files
committed
fixed build and added gitattributes
1 parent 68a99f0 commit 85c6438

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Set a consistent line-ending styles across different OS to avoid problems with linters
2+
* text eol=lf

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
- name: Lint the code
3939
run: npm run lint
4040

41-
- name: Lint the code
42-
run: npm run test
41+
- name: Run test with coverage
42+
run: npm run test-with-coverage

0 commit comments

Comments
 (0)