Skip to content

Commit

Permalink
chore: test local ci and update pnpm version (#81)
Browse files Browse the repository at this point in the history
* chore: test local ci

* refactor: change pr title check name

* chore: update pnpm version
  • Loading branch information
uigywnkiub authored Dec 18, 2024
1 parent 355bf62 commit 071e618
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

jobs:
lint:
name: Lint PR title
name: PR title
runs-on: ubuntu-latest
steps:
- name: Check PR title
Expand Down
2 changes: 2 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ const fracktif = localFont({
variable: '--font-fracktif',
})

const testVar = 'remove it'

export const metadata: Metadata = {
title: {
default: siteMeta.title as string,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,5 @@
"node": ">=20",
"pnpm": ">=9"
},
"packageManager": "pnpm@9.12.2"
"packageManager": "pnpm@9.15.0"
}

0 comments on commit 071e618

Please sign in to comment.