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

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkorelstar <korelstar@users.noreply.github.com>2021-06-12 16:41:09 +0300
committerkorelstar <korelstar@users.noreply.github.com>2021-06-26 20:09:42 +0300
commit1e54f549dc636c85de96b82e360d77df65c0a14c (patch)
tree53718e1836b4566a8dc3b5b6f4bf9f536cbccde2 /.github
parent6ba7608aa8f703554cfb9e85e840d9a177ebf5bc (diff)
use @nextcloud/stylelint-config, update and simple
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 200d5e66..cdfa2317 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -14,6 +14,8 @@ jobs:
uses: actions/checkout@v2
- name: Set up Node
uses: actions/setup-node@v2
+ with:
+ node-version: '16'
- name: Set up Stylelint Problem Matcher
uses: xt0rted/stylelint-problem-matcher@v1
- name: Install Dependencies