Skip to content

build: automatic formatting and linting (#4) #6

build: automatic formatting and linting (#4)

build: automatic formatting and linting (#4) #6

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- name: Install
run: pnpm install
- name: Build
run: pnpm build
- name: Lint
run: pnpm lint