Skip to content

Fix #118 (#119)

Fix #118 (#119) #379

Workflow file for this run

on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
name: Lint
steps:
- name: checkout
uses: actions/checkout@v3.3.0
- run: |
yarn install && yarn lint