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