Skip to content

Merge pull request #44 from sushichop/dependabot/npm_and_yarn/word-wr… #90

Merge pull request #44 from sushichop/dependabot/npm_and_yarn/word-wr…

Merge pull request #44 from sushichop/dependabot/npm_and_yarn/word-wr… #90

Workflow file for this run

name: CI
on:
push:
branches:
- main
tags:
- '**'
pull_request:
branches:
- '**'
jobs:
lint:
name: Lint - node.js ${{ matrix.node }}
runs-on: ubuntu-latest
strategy:
matrix:
node: [14.x]
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: |
npm ci
npm run lint