Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

chore(deps): update dependency kubeops to v7 #316

chore(deps): update dependency kubeops to v7

chore(deps): update dependency kubeops to v7 #316

Workflow file for this run

name: .NET Test
on:
pull_request:
branches:
- '*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.100
- name: Build
run: dotnet build -c Release