Skip to content

Fixed build issue on package install #3

Fixed build issue on package install

Fixed build issue on package install #3

Workflow file for this run

name: lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v2
- name: install
run: yarn
- name: lint
run: yarn lint