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:24:58 +0300
committerJoas Schilling <coding@schilljs.com>2021-06-17 17:48:26 +0300
commitf0764af2507ba322bccc137c7d857198dd5454a6 (patch)
tree9e18be8da3437aa3871447fe256d655bb9848c71 /.github
parentef81aec2b7f28a50d388c05f3ad7a05fcebfc078 (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 ff694a7e8..1de048d8a 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -55,7 +55,7 @@ jobs:
node:
runs-on: ubuntu-latest
- name: eslint node${{ matrix.node-versions }}
+ name: eslint node
steps:
- uses: actions/checkout@v2