Skip to content

Merge pull request #171 from Jaewoook/feature/system-menubar #14

Merge pull request #171 from Jaewoook/feature/system-menubar

Merge pull request #171 from Jaewoook/feature/system-menubar #14

Workflow file for this run

name: "CI"
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: ".tool-versions"
cache: "yarn"
- run: yarn install --frozen-lockfile
- run: yarn build
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: ".tool-versions"
cache: "yarn"
- run: yarn install --frozen-lockfile
- run: yarn lint