Skip to content

Bump pytest from 8.3.3 to 8.3.4 #271

Bump pytest from 8.3.3 to 8.3.4

Bump pytest from 8.3.3 to 8.3.4 #271

Workflow file for this run

name: Lint README
on:
push
jobs:
lint-readme:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install markdown-lint
run: npm install -g markdown-lint
- name: Lint README
run: markdown-lint README.md