Skip to content

Add a GitHub action to check ReST style #3

Add a GitHub action to check ReST style

Add a GitHub action to check ReST style #3

Workflow file for this run

name: Check ReST input files
on: [push, pull_request]
jobs:
doc8:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: doc8-check
uses: deep-entertainment/doc8-action@v4