Skip to content

Commit

Permalink
Narrow type to string
Browse files Browse the repository at this point in the history
  • Loading branch information
slarse committed May 6, 2021
1 parent 938353c commit 1611db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ async function run(): Promise<void> {
try {
const source: PathLike = core.getInput('source');
const soraldJarUrl: string = core.getInput('sorald-jar-url');
const ratchetFrom: string | undefined = core.getInput('ratchet-from');
const ratchetFrom: string = core.getInput('ratchet-from');
const repairedViolations: string[] = await runSorald(
source,
soraldJarUrl,
Expand Down

0 comments on commit 1611db3

Please sign in to comment.