Skip to content

Commit

Permalink
disable linting
Browse files Browse the repository at this point in the history
  • Loading branch information
joergi committed Mar 19, 2024
1 parent 2d101f9 commit 921c6d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -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<boolean> {
const globOptions = {
follow: !(
Expand Down Expand Up @@ -75,3 +77,6 @@ async function run(): Promise<void> {
}

run()


/* eslint-enable no-console */

0 comments on commit 921c6d6

Please sign in to comment.