We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df1aa6 commit 2862207Copy full SHA for 2862207
2 files changed
.github/workflows/build.yml
@@ -36,4 +36,4 @@ jobs:
36
with:
37
name: nextjs-build
38
path: .next/
39
- retention-days: 7
+ retention-days: 7
.github/workflows/lint.yml
@@ -7,7 +7,7 @@ on:
7
pull_request:
8
9
jobs:
10
- quality-check:
+ Lint:
11
runs-on: ubuntu-24.04
12
steps:
13
- name: Checkout
@@ -38,4 +38,4 @@ jobs:
run: pnpm knip
40
- name: Test
41
- run: pnpm test:unit
+ run: pnpm test:unit
0 commit comments