Create workflows
Some checks failed
Build and Push Docker Image / build (push) Failing after 1m53s
Build / Build and analyze (push) Has been cancelled

This commit is contained in:
2025-12-17 17:10:45 -05:00
parent 4e29af007a
commit 28eb382c6c
7 changed files with 224 additions and 0 deletions

13
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,13 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/Yelp/detect-secrets
rev: v1.5.0
hooks:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline']
exclude: package.lock.json