Skip to content

GitHub Actions & test fixes, Python versions, myst-parser versions #253

GitHub Actions & test fixes, Python versions, myst-parser versions

GitHub Actions & test fixes, Python versions, myst-parser versions #253

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: 3.12
architecture: x64
- run: pip install -e .[test]
- run: flake8 .