ci: Run pnpm format and pnpm lintfix (no-changelog) (#5265)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-01-27 11:01:31 +01:00
committed by GitHub
parent 266c50fb1e
commit 277bed2a5c
4 changed files with 5 additions and 5 deletions

View File

@@ -122,7 +122,7 @@ export const regions = [
},
] as const;
export type AWSRegion = typeof regions[number]['name'];
export type AWSRegion = (typeof regions)[number]['name'];
export class Aws implements ICredentialType {
name = 'aws';