Skip to content

fix: Allow for new users to use it #1072

fix: Allow for new users to use it

fix: Allow for new users to use it #1072

Workflow file for this run

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