Skip to content

deps: bump k8s-openapi from 0.23.0 to 0.26.1 #29

deps: bump k8s-openapi from 0.23.0 to 0.26.1

deps: bump k8s-openapi from 0.23.0 to 0.26.1 #29

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