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 18:04:45 +0300
committerJoas Schilling <coding@schilljs.com>2020-03-24 18:04:45 +0300
commitd6512495a68caaec423576db8e94dbd1e258f0e5 (patch)
tree71deeb461535146953a981ccf8dd9ca7b18582b9 /.github
parentbdc906d7b72c891efaeaa2fde0399de32cb60ad8 (diff)
Hmm?
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 61ee07744..4c8a0d736 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
- node-versions: [12.x]
+ node-versions: ['12.x']
name: eslint node${{ matrix.node-versions }}
steps:
@@ -55,7 +55,7 @@ jobs:
strategy:
matrix:
- node-versions: [12.x]
+ node-versions: ['12.x']
name: stylelint node${{ matrix.node-versions }}
steps: