Skip to content

Commit

Permalink
chore: add .net
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanJosipovic committed Aug 17, 2024
1 parent fc58003 commit 9eb16ab
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/sync-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ on:
workflow_dispatch:

jobs:
sync-crds:
sync-extensions:
runs-on: ubuntu-latest
steps:

- name: Check out code
uses: actions/checkout@v4

- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json

- name: Clean Extension
run: rm -rf ./src/KubeUI/ControlExtensions.Generated/*

Expand Down

0 comments on commit 9eb16ab

Please sign in to comment.