Cleanup code and tests

This commit is contained in:
CrazyMax
2020-05-07 12:11:19 +02:00
parent f1338960fb
commit 5cc6b8eb5b
8 changed files with 38 additions and 22 deletions

View File

@@ -4,7 +4,7 @@ import * as installer from './installer';
import * as core from '@actions/core';
import * as exec from '@actions/exec';
export async function run() {
async function run(): Promise<void> {
try {
if (os.platform() == 'darwin') {
core.setFailed('Not supported on darwin platform');