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.
npm ci
1 parent 6b6c005 commit b688db6Copy full SHA for b688db6
.github/workflows/rust.yml
@@ -18,7 +18,9 @@ jobs:
18
- uses: actions/checkout@v3
19
- name: Build
20
shell: pwsh
21
- run: ./build.ps1 -clippy
+ run: |
22
+ npm ci
23
+ ./build.ps1 -clippy
24
- name: Run tests
25
26
run: ./build.ps1 -test
@@ -31,7 +33,9 @@ jobs:
31
33
32
34
35
36
37
38
39
40
41
@@ -44,7 +48,9 @@ jobs:
44
48
45
49
46
50
47
51
52
53
54
55
56
0 commit comments