mirror of
https://github.com/zhom/banderole.git
synced 2026-06-06 06:23:53 +02:00
build: disable linting on windows arm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user