Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/lint.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index fc9bfa938..61ee07744 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -35,7 +35,7 @@ jobs:
matrix:
node-versions: [12.x]
- name: eslint node{{ matrix.node-versions }}
+ name: eslint node${{ matrix.node-versions }}
steps:
- uses: actions/checkout@v2
@@ -57,7 +57,7 @@ jobs:
matrix:
node-versions: [12.x]
- name: stylelint node{{ matrix.node-versions }}
+ name: stylelint node${{ matrix.node-versions }}
steps:
- name: Checkout
uses: actions/checkout@master