Skip to content

Setup GitHub Actions workflow for formatting, linting, and typechecking #1

Setup GitHub Actions workflow for formatting, linting, and typechecking

Setup GitHub Actions workflow for formatting, linting, and typechecking #1

Triggered via pull request January 24, 2024 22:48
Status Failure
Total duration 29s
Artifacts

main.yml

on: pull_request
Run Eslint And Prettier
17s
Run Eslint And Prettier
Run Typescript Compiler
19s
Run Typescript Compiler
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Run Eslint And Prettier
Process completed with exit code 1.
Run Typescript Compiler: src/server/auth.ts#L51
Property 'DISCORD_CLIENT_ID' does not exist on type 'Readonly<{ DATABASE_URL: string; NODE_ENV: "development" | "test" | "production"; NEXTAUTH_URL: string; NEXTAUTH_SECRET?: string | undefined; GOOGLE_CLIENT_ID?: string | undefined; GOOGLE_CLIENT_SECRET?: string | undefined; }>'.
Run Typescript Compiler: src/server/auth.ts#L52
Property 'DISCORD_CLIENT_SECRET' does not exist on type 'Readonly<{ DATABASE_URL: string; NODE_ENV: "development" | "test" | "production"; NEXTAUTH_URL: string; NEXTAUTH_SECRET?: string | undefined; GOOGLE_CLIENT_ID?: string | undefined; GOOGLE_CLIENT_SECRET?: string | undefined; }>'.
Run Typescript Compiler
Process completed with exit code 2.