Skip to content

feat: add a tiny frontmatter utility (#17) #55

feat: add a tiny frontmatter utility (#17)

feat: add a tiny frontmatter utility (#17) #55

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
types: [opened, reopened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: 18
- run: yarn install
- run: yarn test