Skip to content

deps: bump kube from 0.95.0 to 3.0.1 #37

deps: bump kube from 0.95.0 to 3.0.1

deps: bump kube from 0.95.0 to 3.0.1 #37

Workflow file for this run

name: CI
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: "1.80"
components: rustfmt, clippy
- run: cargo fmt --all -- --check
- run: cargo clippy --all-targets -- -D warnings
- run: cargo test