Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ repos:
- id: prettier
name: Run prettier
description: Format files with prettier
- repo: https://github.com/hadolint/hadolint
rev: v2.10.0
hooks:
- id: hadolint-docker
name: Lint Dockerfiles
description: Runs hadolint Docker image to lint Dockerfiles
language: docker_image
types: ['dockerfile']
entry: ghcr.io/hadolint/hadolint:v2.10.0 hadolint
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.31.1
hooks:
Expand Down