Skip to content

Merge pull request #559 from propcgamer20-png/fix/manifest-validation… #651

Merge pull request #559 from propcgamer20-png/fix/manifest-validation…

Merge pull request #559 from propcgamer20-png/fix/manifest-validation… #651

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