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

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-02-06 11:01:44 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-02-06 11:02:06 +0300
commit6d76aa7599e6ae85ec361be69a1424c07fe58b5a (patch)
treea90a0cf0cc5821ccfb6bf614d42154d7a74d7448
parentd71c2ba9330b71186d25093bab49208908eada23 (diff)
Fix ESLint namev18.0.1RC1
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-rw-r--r--.github/workflows/lint.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index be09af5e..ef949305 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -34,6 +34,7 @@ jobs:
matrix:
node-version: [12.x]
+ name: ESLint
steps:
- uses: actions/checkout@v2
- name: Use node ${{ matrix.node-version }}