Skip to content

chore(deps): bump mkdocs-material from 9.4.8 to 9.4.14 #41

chore(deps): bump mkdocs-material from 9.4.8 to 9.4.14

chore(deps): bump mkdocs-material from 9.4.8 to 9.4.14 #41

Workflow file for this run

name: check
on:
workflow_dispatch:
pull_request:
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
cache: pip
python-version-file: .python-version
- run: pip install ruff
- run: ruff --select=ALL .