From e85995cd1605d6f9c56ce65ed9fd5cb1c049ff37 Mon Sep 17 00:00:00 2001 From: Davide Crestini Date: Sat, 3 Feb 2024 20:24:13 +0000 Subject: [PATCH] chore: testing shit out --- .github/workflows/ci.yaml | 2 -- src/app/error.tsx | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7c25349..8f229ba 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,6 @@ jobs: run: npm install - name: Run typecheck run: npm run typecheck - lint: runs-on: ubuntu-latest needs: typecheck @@ -33,7 +32,6 @@ jobs: run: npm install - name: Run lint run: npm run lint - format: runs-on: ubuntu-latest needs: lint diff --git a/src/app/error.tsx b/src/app/error.tsx index 4d5e976..c10e387 100644 --- a/src/app/error.tsx +++ b/src/app/error.tsx @@ -4,6 +4,7 @@ export default function GenericError() { return (
{/* */} +

An error happened. Our devs have been informed and are already working towards a fix. Please try again soon.