mirror of
https://github.com/actions/setup-python.git
synced 2025-06-11 06:47:13 +02:00
Initial pass
This commit is contained in:
7
node_modules/import-local/fixtures/cli.js
generated
vendored
Normal file
7
node_modules/import-local/fixtures/cli.js
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env node
|
||||
'use strict';
|
||||
const importLocal = require('..');
|
||||
|
||||
if (importLocal(__filename)) {
|
||||
console.log('local');
|
||||
}
|
Reference in New Issue
Block a user