diff --git a/.github/workflows/check-pr-title.yml b/.github/workflows/check-pr-title.yml index 67eeb37..f01baf5 100644 --- a/.github/workflows/check-pr-title.yml +++ b/.github/workflows/check-pr-title.yml @@ -13,7 +13,7 @@ permissions: jobs: lint: - name: Lint PR title + name: PR title runs-on: ubuntu-latest steps: - name: Check PR title diff --git a/app/layout.tsx b/app/layout.tsx index 5c7fe57..dd0fb64 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -38,6 +38,8 @@ const fracktif = localFont({ variable: '--font-fracktif', }) +const testVar = 'remove it' + export const metadata: Metadata = { title: { default: siteMeta.title as string, diff --git a/package.json b/package.json index bc5fc82..81bcb9b 100644 --- a/package.json +++ b/package.json @@ -139,5 +139,5 @@ "node": ">=20", "pnpm": ">=9" }, - "packageManager": "pnpm@9.12.2" + "packageManager": "pnpm@9.15.0" }