Skip to content

Bump k8s-openapi from 0.23.0 to 0.24.0 in the kube-updates group #159

Bump k8s-openapi from 0.23.0 to 0.24.0 in the kube-updates group

Bump k8s-openapi from 0.23.0 to 0.24.0 in the kube-updates group #159

Workflow file for this run

name: cargo build
on:
push:
branches:
- main
pull_request:
branches:
- main
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- name: Setup rust nightly
run: rustup default nightly
- name: Run tests
run: cargo test
- name: Build
run: cargo build