build: disable linting on windows arm

This commit is contained in:
zhom
2025-07-28 03:07:36 +04:00
parent c4e8ddd54f
commit 7067f8db75
+2
View File
@@ -61,9 +61,11 @@ jobs:
key: ${{ matrix.target }}
- name: Check code formatting
if: matrix.os != 'windows-11-arm'
run: cargo fmt --all -- --check
- name: Run Clippy
if: matrix.os != 'windows-11-arm'
run: cargo clippy --all-targets --all-features -- -D warnings
- name: Build