Skip to content

add lint github action #1

add lint github action

add lint github action #1

Workflow file for this run

name: Lint
on: [push]
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Setup Repo
uses: ./.github/actions/setup-repo
- name: Run linting
run: yarn lint