Skip to content

Merge pull request #19 from hackmdio/fix/only-check-for-orphan-with-c… #50

Merge pull request #19 from hackmdio/fix/only-check-for-orphan-with-c…

Merge pull request #19 from hackmdio/fix/only-check-for-orphan-with-c… #50

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