[PR #6] [MERGED] add format and flesh out actions #6

Closed
opened 2026-02-16 00:20:18 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llamaindex.net/pull/6
Author: @logan-markewich
Created: 9/10/2024
Status: Merged
Merged: 9/10/2024
Merged by: @logan-markewich

Base: mainHead: logan/actions


📝 Commits (1)

  • 1083f50 add format and flesh out actions

📊 Changes

40 files changed (+498 additions, -159 deletions)

View changed files

.editorconfig (+303 -0)
.github/workflows/format.yml (+28 -0)
📝 .github/workflows/publish_to_nuget.yml (+33 -11)
📝 .github/workflows/test.yml (+3 -15)
📝 samples/Aspire/LlamaParseAspire/Program.cs (+3 -3)
📝 samples/Aspire/Llamaindex.AppHost/Llamaindex.AppHost.csproj (+1 -1)
📝 samples/Aspire/Llamaindex.AppHost/Program.cs (+1 -1)
📝 samples/Aspire/Llamaindex.ServiceDefaults/Extensions.cs (+1 -1)
📝 samples/GettingStarted/ParseDocuments/Program.cs (+6 -6)
📝 src/LlamaIndex.Core.Tests/TestNodeWithScoreTest.cs (+8 -6)
📝 src/LlamaIndex.Core.Tests/TextNodeTests.cs (+5 -5)
📝 src/LlamaIndex.Core/Retrievers/BaseRetriever.cs (+2 -3)
📝 src/LlamaIndex.Core/Retrievers/BaseRetrieverClient.cs (+3 -4)
📝 src/LlamaIndex.Core/Schema/BaseNodeConverter.cs (+1 -1)
📝 src/LlamaIndex.Core/Schema/Document.cs (+1 -1)
📝 src/LlamaIndex.Core/Schema/ImageDocument.cs (+1 -1)
📝 src/LlamaIndex.Core/Schema/NodeType.cs (+1 -1)
📝 src/LlamaIndex.Core/Schema/NodeWithScore.cs (+1 -1)
📝 src/LlamaIndex.Core/Schema/RelatedNodeInfo.cs (+1 -1)
📝 src/LlamaIndex.Core/Schema/RelationshipType.cs (+1 -1)

...and 20 more files

📄 Description

This PR

  • adds 3 new actions
    • testing
    • formatting/linting
    • publishing
  • formats the repo
  • fixes some dependency issue with dotnet restore

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/llamaindex.net/pull/6 **Author:** [@logan-markewich](https://github.com/logan-markewich) **Created:** 9/10/2024 **Status:** ✅ Merged **Merged:** 9/10/2024 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `logan/actions` --- ### 📝 Commits (1) - [`1083f50`](https://github.com/run-llama/llamaindex.net/commit/1083f505811e981cc9062a23eba2e82c2e010b92) add format and flesh out actions ### 📊 Changes **40 files changed** (+498 additions, -159 deletions) <details> <summary>View changed files</summary> ➕ `.editorconfig` (+303 -0) ➕ `.github/workflows/format.yml` (+28 -0) 📝 `.github/workflows/publish_to_nuget.yml` (+33 -11) 📝 `.github/workflows/test.yml` (+3 -15) 📝 `samples/Aspire/LlamaParseAspire/Program.cs` (+3 -3) 📝 `samples/Aspire/Llamaindex.AppHost/Llamaindex.AppHost.csproj` (+1 -1) 📝 `samples/Aspire/Llamaindex.AppHost/Program.cs` (+1 -1) 📝 `samples/Aspire/Llamaindex.ServiceDefaults/Extensions.cs` (+1 -1) 📝 `samples/GettingStarted/ParseDocuments/Program.cs` (+6 -6) 📝 `src/LlamaIndex.Core.Tests/TestNodeWithScoreTest.cs` (+8 -6) 📝 `src/LlamaIndex.Core.Tests/TextNodeTests.cs` (+5 -5) 📝 `src/LlamaIndex.Core/Retrievers/BaseRetriever.cs` (+2 -3) 📝 `src/LlamaIndex.Core/Retrievers/BaseRetrieverClient.cs` (+3 -4) 📝 `src/LlamaIndex.Core/Schema/BaseNodeConverter.cs` (+1 -1) 📝 `src/LlamaIndex.Core/Schema/Document.cs` (+1 -1) 📝 `src/LlamaIndex.Core/Schema/ImageDocument.cs` (+1 -1) 📝 `src/LlamaIndex.Core/Schema/NodeType.cs` (+1 -1) 📝 `src/LlamaIndex.Core/Schema/NodeWithScore.cs` (+1 -1) 📝 `src/LlamaIndex.Core/Schema/RelatedNodeInfo.cs` (+1 -1) 📝 `src/LlamaIndex.Core/Schema/RelationshipType.cs` (+1 -1) _...and 20 more files_ </details> ### 📄 Description This PR - adds 3 new actions - testing - formatting/linting - publishing - formats the repo - fixes some dependency issue with `dotnet restore` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 00:20:18 -05:00
yindo closed this issue 2026-02-16 00:20:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llamaindex.net#6