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 bdca4f9 commit 59b920aCopy full SHA for 59b920a
2 files changed
.github/workflows/main.yml
@@ -55,9 +55,9 @@ jobs:
55
run: make install
56
- name: Run tests
57
run: make test
58
- - name: Check Node
+ - name: Show Node Dependency Versions
59
run: node -e 'console.log(process.versions)'
60
- - name: Tree
+ - name: Show Directroy Tree
61
run: tree
62
- name: "Upload coverage to Codecov"
63
uses: codecov/codecov-action@v4
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "js2pysecrets",
3
- "version": "0.0.4",
4
- "private": true,
5
"description": "This package.json stub is used for CI processes in a Python package. It includes dependencies required for testing.",
6
"author": "Brian LaVallee <brian.lavallee@invite-comm.jp>",
7
"license": "MIT",
+ "private": true,
+ "version": "0.0.4",
8
"dependencies": {
9
"secrets.js-grempe": "^2.0.0"
10
}
11
-}
+}
0 commit comments