We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc974e3 commit 0b70701Copy full SHA for 0b70701
.github/workflows/pytest.yml
@@ -49,6 +49,8 @@ jobs:
49
- name: setup c2a-core
50
run: ./setup.sh
51
52
+ - uses: pnpm/action-setup@v4.0.0
53
+
54
- uses: actions/setup-node@v4.0.3
55
with:
56
cache: pnpm
.github/workflows/validate-renovate.yml
@@ -12,6 +12,9 @@ jobs:
12
13
steps:
14
- uses: actions/checkout@v4.1.7
15
16
17
18
19
20
- name: install
0 commit comments