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>2019-12-06 00:00:56 +0300
committerJoas Schilling <coding@schilljs.com>2019-12-06 00:13:50 +0300
commit85b386029374c52fa060fd0f4b2425a10cd8afe8 (patch)
tree78669962f0cb75cb423816646d817147eac9047f /.github
parent6bcecbe2559642150b72be4306d534846461031f (diff)
Fix stylelint ::v-deep
Signed-off-by: Joas Schilling <coding@schilljs.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 6e64826af..2acf7f9b9 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -51,5 +51,5 @@ jobs:
run: npm i
- name: ESLint
run: npm run lint
- - name: ESLint
+ - name: Stylelint for vue files
run: npm run stylelint