Skip to content

Add linter for release notes #2

Add linter for release notes

Add linter for release notes #2

Workflow file for this run

name: Lint
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
with:
python-version: "3.13"
- name: Lint release notes
run: python3 .dev/lint-release-notes.py