windows build: disable lint checks

There is already a GitHub workflow doing lint checks so it is redundant
and wastes time (4+ min).
 
Moreover, other platforms do not do it, so when it fails, it gives
the appearance that there is a Windows specific build issue beyond
linting.

Closes #12740
This commit is contained in:
Nahor
2026-05-10 12:49:11 -07:00
committed by Daniel Rainer
parent cab3bdabc4
commit e697f960c8

View File

@@ -170,5 +170,7 @@ jobs:
run: |
cargo build
- name: tests
env:
FISH_CHECK_LINT: false
run: |
cargo xtask check