22
33on :
44 push :
5- branches : [ main, master ]
5+ branches : [main, master]
66 pull_request :
7- branches : [ main, master ]
7+ branches : [main, master]
88
99env :
1010 CARGO_TERM_COLOR : always
@@ -15,26 +15,26 @@ jobs:
1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v4
1919
20- - name : Install system dependencies
21- run : |
22- sudo apt-get update
23- sudo apt-get install -y libslint-dev libasound2-dev libpulse-dev libdbus-1-dev libbluetooth-dev libnm-dev libudev-dev
20+ - name : Install system dependencies
21+ run : |
22+ sudo apt-get update
23+ sudo apt-get install -y libasound2-dev libpulse-dev libdbus-1-dev libbluetooth-dev libnm-dev libudev-dev
2424
25- - name : Install Rust toolchain
26- uses : dtolnay/rust-toolchain@stable
27- with :
28- components : clippy, rustfmt
25+ - name : Install Rust toolchain
26+ uses : dtolnay/rust-toolchain@stable
27+ with :
28+ components : clippy, rustfmt
2929
30- - name : Check formatting
31- run : cargo fmt --all -- --check
30+ - name : Check formatting
31+ run : cargo fmt --all -- --check
3232
33- - name : Linting
34- run : cargo clippy --all-targets --all-features -- -D warnings
33+ - name : Linting
34+ run : cargo clippy --all-targets --all-features -- -D warnings
3535
36- - name : Run tests
37- run : cargo test --all-targets --all-features
36+ - name : Run tests
37+ run : cargo test --all-targets --all-features
3838
39- - name : Build
40- run : cargo build --release --verbose
39+ - name : Build
40+ run : cargo build --release --verbose
0 commit comments