Running lint-fix

This commit is contained in:
Chris Raynor 2020-09-14 10:44:43 +01:00
parent c96f84308a
commit a184d50a26
No known key found for this signature in database
GPG key ID: 579A1FBC36FDA261
89 changed files with 3646 additions and 2809 deletions

View file

@ -1,4 +1,4 @@
import * as core from '@actions/core';
import * as core from "@actions/core";
export interface Logger {
debug: (message: string) => void;