init commit

This commit is contained in:
jake 2025-05-10 14:23:57 -04:00
parent 67c80c43c4
commit 27458fdb99

7
action.yaml Normal file
View File

@ -0,0 +1,7 @@
name: "npm-audit"
description: "check for vulnerabilities with npm"
runs:
using: composite
steps:
- name: "dependency scan"
runs: npm audit