Skip to content

Bump mkdocs-material from 9.5.43 to 9.5.44 #4969

Bump mkdocs-material from 9.5.43 to 9.5.44

Bump mkdocs-material from 9.5.43 to 9.5.44 #4969

Workflow file for this run

name: Linting
on: [push, pull_request, workflow_dispatch]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Linting
uses: chartboost/ruff-action@v1
with:
args: check
- name: Check Formatting
uses: chartboost/ruff-action@v1
with:
args: format --check