mirror of
https://github.com/kitabisa/docker-slim-action.git
synced 2025-04-16 11:46:06 +00:00
11 lines
276 B
JavaScript
11 lines
276 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('docker: command not found');
|
|
}
|