1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-16 14:21:03 +02:00

ci(clippy): fail on unwrap

This commit is contained in:
Jake Stanger 2024-11-16 17:19:14 +00:00
parent a76957216b
commit c04387fa11
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61

View file

@ -55,6 +55,8 @@ jobs:
- name: Clippy
run: cargo clippy --all-targets --all-features
env:
RUSTFLAGS: '-W clippy::unwrap_used'
build: