Skip to content

Bump k8s.io/apimachinery from 0.29.2 to 0.30.2 #146

Bump k8s.io/apimachinery from 0.29.2 to 0.30.2

Bump k8s.io/apimachinery from 0.29.2 to 0.30.2 #146

Workflow file for this run

name: Build
on:
pull_request:
branches: [ main ]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix flake check
- run: nix run .#check
- run: nix run .#smoke