Skip to content

init blog post history of noots #145

init blog post history of noots

init blog post history of noots #145

Workflow file for this run

---
name: lint
"on":
push:
branches:
- "**"
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install requirements
run: pip install doc8
- name: Lint RST (doc8)
run: doc8 -q *.rst content/