diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7c25349..c1726fa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,6 @@ jobs: lint: runs-on: ubuntu-latest - needs: typecheck steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 @@ -36,7 +35,6 @@ jobs: format: runs-on: ubuntu-latest - needs: lint steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 @@ -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.