Skip to content

Merge pull request #109 from cybozu/post/20231026 #397

Merge pull request #109 from cybozu/post/20231026

Merge pull request #109 from cybozu/post/20231026 #397

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "18.12.0"
- run: yarn install --frozen-lockfile
- run: yarn lint:eslint
- run: yarn lint:tsc