Skip to content

Commit 6f3aa29

Browse files
committed
chore(ci): add windows lint job
1 parent 96317b0 commit 6f3aa29

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,19 @@ jobs:
1919
with:
2020
extra_args: --all-files
2121

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+
with:
30+
components: rustfmt, clippy
31+
- uses: pre-commit/[email protected]
32+
with:
33+
extra_args: --all-files
34+
2235
msrv-check:
2336
runs-on: ubuntu-latest
2437
steps:
@@ -109,6 +122,7 @@ jobs:
109122
if: always()
110123
needs:
111124
- lint
125+
- lint-windows
112126
- msrv-check
113127
- tests
114128
- compat-integration-test-instrumentation

0 commit comments

Comments
 (0)