mirror of
https://git.mirrors.martin98.com/https://github.com/actions/setup-python
synced 2025-08-04 11:10:43 +08:00
6 lines
111 B
JavaScript
6 lines
111 B
JavaScript
var resolve = require('../../../');
|
|
|
|
module.exports = function (t, cb) {
|
|
resolve('mymodule', null, cb);
|
|
};
|