Skip to content

Update mkdocs-material requirement from ~=9.6.2 to ~=9.6.7 #805

Update mkdocs-material requirement from ~=9.6.2 to ~=9.6.7

Update mkdocs-material requirement from ~=9.6.2 to ~=9.6.7 #805

Workflow file for this run

name: Run linter
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install ruff linter
run: |
pip install ruff
- name: Run the linter
run: |
ruff check