Skip to content

CI: add ci

CI: add ci #1

Workflow file for this run

name: CI
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run yarn install
run: yarn install
- name: Run prettier and eslint
run: yarn lint