Skip to content

Update dependabot.yml #63

Update dependabot.yml

Update dependabot.yml #63

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