Skip to content

docs: report project status as unmaintained (#1134) #200

docs: report project status as unmaintained (#1134)

docs: report project status as unmaintained (#1134) #200

Workflow file for this run

name: Spellcheck
on:
push:
paths:
- '**.md'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt-get install aspell
- run: make spellcheck