diff --git a/action.yaml b/action.yaml index a4e7610..6071bad 100644 --- a/action.yaml +++ b/action.yaml @@ -4,4 +4,4 @@ runs: using: "composite" steps: - name: "dependency scan" - runs: npm audit \ No newline at end of file + run: npm audit \ No newline at end of file