Skip to content

Commit 2862207

Browse files
committed
fix
1 parent 8df1aa6 commit 2862207

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
with:
3737
name: nextjs-build
3838
path: .next/
39-
retention-days: 7
39+
retention-days: 7

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88

99
jobs:
10-
quality-check:
10+
Lint:
1111
runs-on: ubuntu-24.04
1212
steps:
1313
- name: Checkout
@@ -38,4 +38,4 @@ jobs:
3838
run: pnpm knip
3939

4040
- name: Test
41-
run: pnpm test:unit
41+
run: pnpm test:unit

0 commit comments

Comments
 (0)