Skip to content

dependabot: bump mkdocs-material from 9.4.2 to 9.4.3 #452

dependabot: bump mkdocs-material from 9.4.2 to 9.4.3

dependabot: bump mkdocs-material from 9.4.2 to 9.4.3 #452

Workflow file for this run

name: ci
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
merge_group:
types:
- checks_requested
jobs:
pre-commit:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: checkout code
uses: actions/checkout@v4
- name: set up py3.8
uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip'
- name: run pre-commit action
uses: pre-commit/[email protected]
with:
extra_args: --all-files