mirror of
https://github.com/itsjunetime/tdf.git
synced 2026-06-02 08:01:47 -04:00
Add format check and elevate clippy warnings to errors
This commit is contained in:
@@ -48,7 +48,9 @@ jobs:
|
||||
sudo ldconfig
|
||||
- uses: actions/checkout@v4
|
||||
- name: Clippy
|
||||
run: cargo clippy
|
||||
run: cargo clippy -- -D warnings
|
||||
- name: Check fmt
|
||||
run: cargo fmt -- --check
|
||||
- name: Run tests
|
||||
run: cargo test
|
||||
- name: Build
|
||||
|
||||
Reference in New Issue
Block a user