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:
parent
7b1d023ee9
commit
2448030f59
7 changed files with 1233 additions and 124 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue