mirror of
https://github.com/github/codeql-action.git
synced 2026-05-14 23:30:14 +00:00
Import @actions/artifact@v1 as artifact-legacy and v2 as artifact
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = isArrayLike;
|
||||
function isArrayLike(value) {
|
||||
return value && typeof value.length === 'number' && value.length >= 0 && value.length % 1 === 0;
|
||||
}
|
||||
module.exports = exports.default;
|
||||
Reference in New Issue
Block a user