Skip to content

Commit 97fe195

Browse files
chore: Update dependencies, add clippy CI, and cleanup code (#305)
* chore: Update dependencies, add clippy CI, and cleanup code Signed-off-by: Danil-Grigorev <danil.grigorev@suse.com> * Add clipy task and fix lint Downgrade opentelemetry to allow clippy to pass Signed-off-by: Danil-Grigorev <danil.grigorev@suse.com> --------- Signed-off-by: Danil-Grigorev <danil.grigorev@suse.com>
1 parent 44e7f85 commit 97fe195

20 files changed

+743
-511
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,10 @@ jobs:
123123
with:
124124
name: artifacts-import-rke2-${{ matrix.display_name }}
125125
path: _out/gather
126+
127+
clippy:
128+
runs-on: ubuntu-latest
129+
steps:
130+
- uses: actions/checkout@v4
131+
- name: Run clippy
132+
run: cargo clippy --all-targets --all-features -- -W clippy::pedantic

0 commit comments

Comments
 (0)