Skip to content

Bump mkdocs-material[imaging] from 9.5.42 to 9.5.44 #1206

Bump mkdocs-material[imaging] from 9.5.42 to 9.5.44

Bump mkdocs-material[imaging] from 9.5.42 to 9.5.44 #1206

Workflow file for this run

name: Actions
on:
pull_request:
branches:
- main
- next
push:
branches:
- main
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/[email protected]
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version-file: ".python-version"
cache: "pip"
cache-dependency-path: "requirements.txt"
- name: Run pre-commit
uses: pre-commit/[email protected]
build:
name: Build
runs-on: ubuntu-latest
needs: lint
steps:
- name: Checkout the repository
uses: actions/[email protected]
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version-file: ".python-version"
cache: "pip"
cache-dependency-path: "requirements.txt"
- name: Setup
run: scripts/setup
- name: Build
run: scripts/build