Skip to content

Merge pull request #29 from hackmdio/fix/qol-and-client-resync #97

Merge pull request #29 from hackmdio/fix/qol-and-client-resync

Merge pull request #29 from hackmdio/fix/qol-and-client-resync #97

Workflow file for this run

name: build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
- uses: pnpm/action-setup@v4
- run: pnpm i
- run: pnpm lint
- run: pnpm dist