Skip to content

Add a rst syntax check to avoid invalid syntax in the future #1

Add a rst syntax check to avoid invalid syntax in the future

Add a rst syntax check to avoid invalid syntax in the future #1

Workflow file for this run

name: rst_check
on: [push, pull_request]
jobs:
build:
steps:

Check failure on line 7 in .github/workflows/rst_check.yml

View workflow run for this annotation

GitHub Actions / rst_check

Invalid workflow file

The workflow is not valid. .github/workflows/rst_check.yml (Line: 7, Col: 5): Required property is missing: runs-on
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
- name: Update pip and setuptools
run: |
python -m pip install --upgrade pip setuptools
- name: Install rstcheck
run: |
python -m pip install rstcheck
- name: Run rstcheck
run: |
rstcheck README.rst