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 4107192 commit 25ca2deCopy full SHA for 25ca2de
.github/workflows/config.json
@@ -0,0 +1,3 @@
1
+{
2
+ "node": true
3
+}
.github/workflows/deploy.yml
@@ -6,6 +6,4 @@ on:
6
jobs:
7
deploy:
8
uses: Geode-solutions/actions/.github/workflows/py-deploy.yml@master
9
- with:
10
- node: true
11
secrets: inherit
.github/workflows/test.yml
@@ -9,6 +9,4 @@ on:
test:
uses: Geode-solutions/actions/.github/workflows/py-test.yml@master
12
13
14
.github/workflows/test_pr.yml
@@ -7,6 +7,4 @@ on:
uses: Geode-solutions/actions/.github/workflows/py-test-pr.yml@master
0 commit comments