1
0
Fork 0
mirror of https://github.com/imjasonh/gcp-metrics-action synced 2026-07-21 22:39:23 +00:00

Changes before error encountered

Co-authored-by: imjasonh <210737+imjasonh@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-11-06 04:34:13 +00:00
parent 7b1d023ee9
commit 2448030f59
7 changed files with 1233 additions and 124 deletions

View file

@ -1,6 +1,13 @@
repos:
- repo: local
hooks:
- id: npm-lint
name: Run npm lint
entry: npm run lint
language: system
pass_filenames: false
stages: [pre-commit]
- id: npm-test
name: Run npm test
entry: npm test