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:
authorJoas Schilling <coding@schilljs.com>2020-03-24 17:59:56 +0300
committerJoas Schilling <coding@schilljs.com>2020-03-24 17:59:56 +0300
commitbdc906d7b72c891efaeaa2fde0399de32cb60ad8 (patch)
tree75a21def161eb4d696f1e1c928866ba7878d5b75 /.github
parenta209a64c5067c3ebd251659b4f964ba36426017d (diff)
Fix placeholder
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-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