Skip to content

🔖 Introduce version 1.1.0 #66

🔖 Introduce version 1.1.0

🔖 Introduce version 1.1.0 #66

Workflow file for this run

name: lint
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Run Lint
run: yarn lint