Skip to content

Bump https://github.com/igorshubovych/markdownlint-cli from v0.47.0 to 0.48.0 in the pre-commit-hooks group #396

Bump https://github.com/igorshubovych/markdownlint-cli from v0.47.0 to 0.48.0 in the pre-commit-hooks group

Bump https://github.com/igorshubovych/markdownlint-cli from v0.47.0 to 0.48.0 in the pre-commit-hooks group #396

Workflow file for this run

name: Super-Linter
on: [pull_request]
permissions: {}
jobs:
build:
name: Run Super-Linter
runs-on: ubuntu-latest
permissions:
# contents permission to clone the repository
contents: read
steps:
- name: Checkout Code
uses: actions/checkout@v6
with:
# super-linter needs the full git history to get the
# list of files that changed across commits
fetch-depth: 0
persist-credentials: false
- name: Super-Linter
uses: super-linter/super-linter@v8.5.0
env:
ERROR_ON_MISSING_EXEC_BIT: true
VALIDATE_EDITORCONFIG: true
VALIDATE_MARKDOWN: true
VALIDATE_YAML: true
VALIDATE_BIOME_LINT: true
VALIDATE_BIOME_FORMAT: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}