mirror of
https://github.com/opentofu/setup-opentofu.git
synced 2025-12-05 23:34:45 +00:00
chore: add audit step to precommit hooks
Signed-off-by: Dmitry Kisler <admin@dkisler.com>
This commit is contained in:
parent
e5412c29b9
commit
35304a0e28
1 changed files with 1 additions and 0 deletions
|
|
@ -3,4 +3,5 @@
|
||||||
|
|
||||||
npm run lint || (npm install && npm run lint)
|
npm run lint || (npm install && npm run lint)
|
||||||
npm run test
|
npm run test
|
||||||
|
npm audit --audit-level=high
|
||||||
npm run build && git add dist/
|
npm run build && git add dist/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue