Skip to content

move to philosophy category (from dating) #151

move to philosophy category (from dating)

move to philosophy category (from dating) #151

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 --ignore D001 content/posts/