Skip to content

Yj-chore/update (#62) #64

Yj-chore/update (#62)

Yj-chore/update (#62) #64

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
types: [opened, synchronize]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: yarn install
- name: Lint
run: yarn lint