Skip to content

Commit f6b80ed

Browse files
authored
Merge pull request #94 from Geode-solutions/fix/actions-config
fix(Actions): add config file
2 parents 95bf115 + d3bab55 commit f6b80ed

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ jobs:
88
uses: Geode-solutions/actions/.github/workflows/py-deploy.yml@master
99
with:
1010
repos: ${{ vars.REPOS }}
11-
node: true
1211
secrets: inherit

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ jobs:
1111
uses: Geode-solutions/actions/.github/workflows/py-test.yml@master
1212
with:
1313
repos: ${{ vars.REPOS }}
14-
node: true
1514
secrets: inherit

.github/workflows/test_pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ jobs:
99
uses: Geode-solutions/actions/.github/workflows/py-test-pr.yml@master
1010
with:
1111
repos: ${{ vars.REPOS }}
12-
node: true
1312
secrets: inherit

0 commit comments

Comments
 (0)