Skip to content

Commit

Permalink
💚 优化 ci,添加必要依赖
Browse files Browse the repository at this point in the history
BTMuli committed Dec 17, 2023
1 parent acda827 commit 02ce344
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/qodana_code_quality.yml
Original file line number Diff line number Diff line change
@@ -13,6 +13,16 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: setup node
uses: actions/setup-node@v3
with:
node-version: 21.4.0
- name: setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8.12.1
- name: install dependencies
run: pnpm install --frozen-lockfile
- name: "Qodana Scan"
uses: JetBrains/qodana-action@v2023.3
env:

0 comments on commit 02ce344

Please sign in to comment.