Skip to content

chore(deps): lock file maintenance #414

chore(deps): lock file maintenance

chore(deps): lock file maintenance #414

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request: {}
jobs:
lint:
name: Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2
with:
cache: yarn
- name: install dependencies
run: yarn install
- name: lint
run: yarn lint