Skip to content

Merge pull request #68 from planetarium/remove-whitetickerlist-check #102

Merge pull request #68 from planetarium/remove-whitetickerlist-check

Merge pull request #68 from planetarium/remove-whitetickerlist-check #102

Workflow file for this run

name: Build & Lint
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 20
cache: 'yarn'
- name: Install
shell: bash
run: yarn install --immutable
- name: Build
run: yarn build
- name: Lint
run: yarn lint