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