summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-02-03 08:57:19 +0100
committerGitHub <noreply@github.com>2020-02-03 08:57:19 +0100
commitc1969f88f3e8b567a35abd3eacda7f9627a31033 (patch)
treed924d808e626b9aa0a2f722f903989c44b575337 /.github
parent29c1b13671941694e197e3726e8dc422453cf9a9 (diff)
Update lint.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 3e50644f..2ce3e223 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -24,13 +24,13 @@ jobs:
name: ESLint
steps:
- uses: actions/checkout@master
- - name: Set up Node
+ - name: Use node ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: 12.x
- - name: npm install
+ - name: Install dependencies
run: npm ci
- - name: eslint
+ - name: ESLint
run: npm run lint
env:
CI: true