Skip to content

[pre-commit] markdownlint-cli to v0.38.0 #81

[pre-commit] markdownlint-cli to v0.38.0

[pre-commit] markdownlint-cli to v0.38.0 #81

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.11'
- name: Install tools
shell: bash
run: |
bash -x ./lib/github_actions-install_tools.sh
- name: run pre-commit
uses: pre-commit/[email protected]