Skip to content

Commit

Permalink
fixes linting
Browse files Browse the repository at this point in the history
  • Loading branch information
joergi committed Mar 19, 2024
1 parent 921c6d6 commit 06d8bb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ async function run(): Promise<void> {

const workingDirectory: string = core.getInput('working_directory_path')

console.log("workingDir" + workingDir)
console.log("workingDirectory" + workingDirectory)
console.log(`workingDir ${workingDir}`);
console.log(`workingDirectory ${workingDirectory}`);
const missingFiles: string[] = []

// Check in parallel
Expand Down

0 comments on commit 06d8bb9

Please sign in to comment.