Skip to content

Merge pull request #87 from katayama8000/dependabot/npm_and_yarn/esli… #64

Merge pull request #87 from katayama8000/dependabot/npm_and_yarn/esli…

Merge pull request #87 from katayama8000/dependabot/npm_and_yarn/esli… #64

Workflow file for this run

name: lint
on:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Format check
run: yarn format:check
- name: Run lint check
run: yarn lint