Skip to content

Add a "Posts" section and 0.4.2 release announcement #155

Add a "Posts" section and 0.4.2 release announcement

Add a "Posts" section and 0.4.2 release announcement #155

Workflow file for this run

name: "Main"
on:
workflow_dispatch:
push:
pull_request:
jobs:
check-spelling:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18
- name: install cspell
run: |
cd ${{github.workspace}}
npm install -g cspell
- name: Check spelling
run: cspell **/*.md