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:
authormarco <marcoambrosini@pm.me>2021-06-15 11:25:08 +0300
committerJoas Schilling <coding@schilljs.com>2021-06-17 17:48:26 +0300
commita3add6abe9c198633f77ec955779dd9262e91930 (patch)
tree28179b417892a48a678b4d3b22a569c02cd65c78 /.github
parent3e4d8485a6790d6d6d5065f0ab5290af00612be3 (diff)
Update .github/workflows/lint.yml
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index a4a857cde..7d7217c8b 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -76,7 +76,7 @@ jobs:
stylelint:
runs-on: ubuntu-latest
- name: stylelint node${{ matrix.node-versions }}
+ name: stylelint node
steps:
- uses: actions/checkout@v2