Skip to content

Commit 16e1f56

Browse files
committed
--wip-- [skip ci]
1 parent d5b7d09 commit 16e1f56

4 files changed

Lines changed: 18 additions & 18 deletions

File tree

node_modules/@vercel/ncc/dist/ncc/loaders/typescript/lib/lib.esnext.disposable.d.ts

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/execa/index.d.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/typescript/lib/lib.esnext.disposable.d.ts

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/input.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function logIfDebug(msg: string) {
4949
export async function get(tok: string, dir: string): Promise<Input> {
5050
const localVale = await installLint(core.getInput('version'));
5151
const localReviewDog = await installReviewDog(
52-
'0.20.3',
52+
'0.17.0',
5353
core.getInput('reviewdog_url')
5454
);
5555
const valeFlags = core.getInput('vale_flags');

0 commit comments

Comments
 (0)