Skip to content

[pre-commit] Bumped markdownlint-cli to 0.43.0 #121

[pre-commit] Bumped markdownlint-cli to 0.43.0

[pre-commit] Bumped markdownlint-cli to 0.43.0 #121

Workflow file for this run

---
name: Run pre-commit
on:
push:
branches:
- develop
- main
pull_request:
jobs:
pre-commit:
name: Run pre-commit
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install tools
shell: bash
run: |
bash -x ./lib/github_actions-install_tools.sh
- name: run pre-commit
uses: pre-commit/[email protected]