Skip to content

Update doc8-action to v5 and setup-python to v5 #22

Update doc8-action to v5 and setup-python to v5

Update doc8-action to v5 and setup-python to v5 #22

Workflow file for this run

name: Check ReST input files
on:
push:
branches:
- develop
- master
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@v5
with:
scanPaths: "doc/src"