Skip to content

chore(deps): update pre-commit hook gitleaks/gitleaks to v8.30.1 #779

chore(deps): update pre-commit hook gitleaks/gitleaks to v8.30.1

chore(deps): update pre-commit hook gitleaks/gitleaks to v8.30.1 #779

Workflow file for this run

name: Markdown
on:
push:
paths:
- '**/*.md' # Watch for changes in any markdown files
workflow_dispatch:
release:
types: [published]
permissions:
contents: read
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
with:
egress-policy: audit
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: lint markdown
uses: DavidAnson/markdownlint-cli2-action@ce4853d43830c74c1753b39f3cf40f71c2031eb9 # v23.0.0
with:
globs: '**/*.md'