From c67cb1597afc8dcb25777954b27f72a2fc785de9 Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Mon, 27 Nov 2023 11:42:41 +0100 Subject: [PATCH] chore: remove obsolete white space Signed-off-by: Richard Steinmetz --- workflow-templates/node-test.yml | 2 +- workflow-templates/npm-audit-fix.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/workflow-templates/node-test.yml b/workflow-templates/node-test.yml index c7d3dbf8..43a19ed2 100644 --- a/workflow-templates/node-test.yml +++ b/workflow-templates/node-test.yml @@ -78,7 +78,7 @@ jobs: - name: Test and process coverage run: npm run test:coverage --if-present - + - name: Collect coverage uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4 with: diff --git a/workflow-templates/npm-audit-fix.yml b/workflow-templates/npm-audit-fix.yml index 870c04ff..39ccd584 100644 --- a/workflow-templates/npm-audit-fix.yml +++ b/workflow-templates/npm-audit-fix.yml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: branches: ['main', 'master', 'stable28', 'stable27', 'stable26'] - + name: npm-audit-fix-${{ matrix.branches }} steps: