Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
chore(pre-commit): check sample config only
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNitroG committed Jan 16, 2025
1 parent 84bfed3 commit e6e632f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ repos:
- id: check-jsonschema
stages:
- manual
files: '^(check-phat-nguoi)?(\.)?config(\.)?(sample)?\.json$'
files: '^docs\/sample-config\/.*(?!cloudflare).*config\.json$'
args: ['--schemafile', 'schemas/config.json']

- repo: https://github.com/astral-sh/uv-pre-commit
Expand Down

0 comments on commit e6e632f

Please sign in to comment.