Skip to content

Commit 25ca2de

Browse files
committed
fix(Actions): add config file
1 parent 4107192 commit 25ca2de

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

.github/workflows/config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"node": true
3+
}

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@ on:
66
jobs:
77
deploy:
88
uses: Geode-solutions/actions/.github/workflows/py-deploy.yml@master
9-
with:
10-
node: true
119
secrets: inherit

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,4 @@ on:
99
jobs:
1010
test:
1111
uses: Geode-solutions/actions/.github/workflows/py-test.yml@master
12-
with:
13-
node: true
1412
secrets: inherit

.github/workflows/test_pr.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@ on:
77
jobs:
88
test:
99
uses: Geode-solutions/actions/.github/workflows/py-test-pr.yml@master
10-
with:
11-
node: true
1210
secrets: inherit

0 commit comments

Comments
 (0)