Skip to content

Update devDependencies #602

Update devDependencies

Update devDependencies #602

Workflow file for this run

name: Lint
on:
push:
branches:
- master
- staging
- develop
pull_request:
branches:
- master
- staging
- develop
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
with:
node-version: 12
- run: yarn install --frozen-lockfile
- run: yarn lint