Skip to content

Bump myst-parser from 3.0.1 to 4.0.0 in the python-packages group #52

Bump myst-parser from 3.0.1 to 4.0.0 in the python-packages group

Bump myst-parser from 3.0.1 to 4.0.0 in the python-packages group #52

Workflow file for this run

name: Static Analysis
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main", "v*" ]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python 3.10.14
uses: actions/setup-python@v5
with:
python-version: 3.10.14
- name: Run pre-commit
uses: pre-commit/action@v3.0.1