Skip to content

migrate formatting to eslint v9 #454

migrate formatting to eslint v9

migrate formatting to eslint v9 #454

Workflow file for this run

name: Build
on:
push:
branches:
- 'main'
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: volta-cli/action@v4.0.1
- name: Install
run: yarn install --immutable --check-cache
- name: Build
run: yarn run build
- name: Lint
run: yarn run lint
- name: Test
run: yarn run test