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 f7e1458 commit 8d59c7cCopy full SHA for 8d59c7c
1 file changed
.github/workflows/main.yml
@@ -55,10 +55,10 @@ jobs:
55
run: make install
56
- name: Run tests
57
run: make test
58
- - name: Check Node
59
- run: node -e 'console.log(process.versions)'
60
- - name: Tree
61
- run: tree
+ - name: Check Node
+ run: node -e 'console.log(process.versions)'
+ - name: Tree
+ run: tree
62
- name: "Upload coverage to Codecov"
63
uses: codecov/codecov-action@v4
64
# with:
0 commit comments