We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3843897 commit eac38c6Copy full SHA for eac38c6
.github/workflows/build.yml
@@ -22,8 +22,8 @@ jobs:
22
# pnpm
23
- uses: pnpm/action-setup@v4
24
with:
25
+ package_json_file: ./2025/package.json
26
run_install: false
- version: 10.4.0
27
- name: build 2025
28
working-directory: ./2025
29
run: |
.github/workflows/lint.yml
@@ -15,8 +15,8 @@ jobs:
15
uses: actions/checkout@v4
16
17
18
19
20
- run: pnpm install --frozen-lockfile
21
- run: pnpm check
- run: pnpm prettier:check
0 commit comments