Skip to content

Commit

Permalink
ci: Fixed auto-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Jan 6, 2025
1 parent 062474a commit e7c020c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/auto-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
git checkout -b ${{ steps.branch.outputs.branch_name }} origin/main
git rebase main
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x

- name: Format code
run: |
dotnet format LangChain.sln
Expand Down

0 comments on commit e7c020c

Please sign in to comment.