Skip to content

Merge pull request #47 from voicevox-client/dependabot/npm_and_yarn/t… #107

Merge pull request #47 from voicevox-client/dependabot/npm_and_yarn/t…

Merge pull request #47 from voicevox-client/dependabot/npm_and_yarn/t… #107

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: yarn install --frozen-lockfile --save-dev
- name: Lint
run: yarn lint