diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7c25349..bb46542 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 @@ -46,4 +44,4 @@ jobs: - name: Install dependencies run: npm install - name: Run prettier - run: npm run format + run: npm run format:check 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.