Skip to content

build(deps-dev): bump mkdocs-material from 9.7.1 to 9.7.2 #96

build(deps-dev): bump mkdocs-material from 9.7.1 to 9.7.2

build(deps-dev): bump mkdocs-material from 9.7.1 to 9.7.2 #96

Workflow file for this run

name: Lint GitHub Actions workflows
on:
pull_request:
paths:
- '**/*.py'
- 'poetry.lock'
- 'pyproject.toml'
- '.github/workflows/*.yml'
branches:
- master
- dev
- release/*
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: "Download actionlint"
id: get_actionlint
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
shell: bash
- name: "Check workflow files"
run: ${{ steps.get_actionlint.outputs.executable }} -color
shell: bash