Skip to content

chore(deps): update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.10.0 #515

chore(deps): update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.10.0

chore(deps): update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.10.0 #515

Workflow file for this run

name: Linters
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: docker run -v $PWD:/workdir ghcr.io/igorshubovych/markdownlint-cli:latest --ignore=minutes --disable=MD013 "**/*.md"
YAMLlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: boot
config_data: "{extends: default, rules: {line-length: disable}}"
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: azohra/shell-linter@v0.6.0