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 4bb8831 commit 7ff8df7Copy full SHA for 7ff8df7
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v5
15
- uses: pnpm/action-setup@v4
16
with:
17
- version: 8
+ version: 10
18
- name: Install deps
19
run: pnpm install
20
- name: Style Check
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
- name: Install sg
39
run: pnpm install -g @ast-grep/cli
40
0 commit comments