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 96317b0 commit 6f3aa29Copy full SHA for 6f3aa29
.github/workflows/ci.yml
@@ -19,6 +19,19 @@ jobs:
19
with:
20
extra_args: --all-files
21
22
+ lint-windows:
23
+ runs-on: windows-latest
24
+ steps:
25
+ - uses: actions/checkout@v4
26
+ with:
27
+ submodules: true
28
+ - uses: moonrepo/setup-rust@v1
29
30
+ components: rustfmt, clippy
31
+ - uses: pre-commit/[email protected]
32
33
+ extra_args: --all-files
34
+
35
msrv-check:
36
runs-on: ubuntu-latest
37
steps:
@@ -109,6 +122,7 @@ jobs:
109
122
if: always()
110
123
needs:
111
124
- lint
125
+ - lint-windows
112
126
- msrv-check
113
127
- tests
114
128
- compat-integration-test-instrumentation
0 commit comments