Skip to content

Await on marked.parse. #147

Await on marked.parse.

Await on marked.parse. #147

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18.x'
cache: 'yarn'
- run: yarn install --immutable
- run: yarn build
- run: yarn check
- run: yarn test