diff --git a/src/main.ts b/src/main.ts index 85c2884..a510d2c 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,6 +1,8 @@ import * as core from '@actions/core' import glob from 'glob' +/* eslint-disable no-console */ + export async function checkExistence(pattern: string): Promise { const globOptions = { follow: !( @@ -75,3 +77,6 @@ async function run(): Promise { } run() + + +/* eslint-enable no-console */ \ No newline at end of file