Skip to content

Merge pull request #565 from propcgamer20-png/docs/reject-option-clas… #662

Merge pull request #565 from propcgamer20-png/docs/reject-option-clas…

Merge pull request #565 from propcgamer20-png/docs/reject-option-clas… #662

Workflow file for this run

name: lint
on:
push:
pull_request:
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v7
with:
python-version: "3.11"
- name: Install ruff
run: pip install ruff
- name: Enforce em-dash-free rule + check for broken doc links + ruff
run: make lint