mirror of
https://github.com/kitabisa/docker-slim-action.git
synced 2025-04-19 05:06:06 +00:00
11 lines
283 B
JavaScript
11 lines
283 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
const const_1 = require("./const");
|
|
try {
|
|
const_1.io.which('docker', true);
|
|
const_1.core.info('docker command OK!');
|
|
}
|
|
catch (_a) {
|
|
const_1.core.setFailed('ERROR! docker: command not found');
|
|
}
|