mirror of
https://github.com/actions/setup-node.git
synced 2026-09-12 22:06:17 +08:00
Use husky
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env node
|
||||
console.log(JSON.stringify(process.argv));
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env node
|
||||
var argv = require('../../index').argv
|
||||
console.log(JSON.stringify(argv._));
|
||||
Reference in New Issue
Block a user