chore(deps): update linters (major) (#612)

* chore(deps): update linters

* chore: lint fix

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
renovate[bot] 2022-03-06 18:18:26 +01:00 committed by GitHub
parent 1939b01389
commit e99a77543a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 164 additions and 220 deletions

View file

@ -10,8 +10,7 @@ async function run(): Promise<void> {
await renovate.runDockerContainer();
} catch (error) {
console.error(error);
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
core.setFailed(error.message);
core.setFailed(error as Error);
}
}