We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b9bc71 commit ec10abbCopy full SHA for ec10abb
.github/workflows/auto-format.yml
@@ -29,6 +29,11 @@ jobs:
29
git checkout -b ${{ steps.branch.outputs.branch_name }} origin/main
30
git rebase main
31
32
+ - name: Install .NET SDK
33
+ uses: actions/setup-dotnet@v4
34
+ with:
35
+ dotnet-version: 9.0.x
36
+
37
- name: Format code
38
run: |
39
dotnet format
.github/workflows/deep-infra.yml
- name: Generate code
cd src/DeepInfra/tools/LangChain.Providers.DeepInfra.CodeGenerator
0 commit comments