From 25ca2deb03c3cdf1d4f032338e0db00c18bd84bd Mon Sep 17 00:00:00 2001 From: Arnaud Botella Date: Wed, 17 Sep 2025 16:46:11 +0200 Subject: [PATCH] fix(Actions): add config file --- .github/workflows/config.json | 3 +++ .github/workflows/deploy.yml | 2 -- .github/workflows/test.yml | 2 -- .github/workflows/test_pr.yml | 2 -- 4 files changed, 3 insertions(+), 6 deletions(-) create mode 100644 .github/workflows/config.json diff --git a/.github/workflows/config.json b/.github/workflows/config.json new file mode 100644 index 0000000..6cf513e --- /dev/null +++ b/.github/workflows/config.json @@ -0,0 +1,3 @@ +{ + "node": true +} \ No newline at end of file diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 50bd5d9..b5a58a0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,6 +6,4 @@ on: jobs: deploy: uses: Geode-solutions/actions/.github/workflows/py-deploy.yml@master - with: - node: true secrets: inherit diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bf2f222..2d76ea3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,6 +9,4 @@ on: jobs: test: uses: Geode-solutions/actions/.github/workflows/py-test.yml@master - with: - node: true secrets: inherit diff --git a/.github/workflows/test_pr.yml b/.github/workflows/test_pr.yml index 95b991c..0ccd86a 100644 --- a/.github/workflows/test_pr.yml +++ b/.github/workflows/test_pr.yml @@ -7,6 +7,4 @@ on: jobs: test: uses: Geode-solutions/actions/.github/workflows/py-test-pr.yml@master - with: - node: true secrets: inherit