Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2f0c15d

Browse files
mizchiclaude
andcommitted
feat: add F# fsautocomplete installation to CI
- Install .NET SDK 8.0.x in CI workflow- Install fsautocomplete globally via dotnet tool- Add PATH configuration for dotnet tools- This enables F# examples to be tested in CI environment🤖 Generated with [Claude Code](https://claude.ai/code)Co-Authored-By: Claude <noreply@anthropic.com>
1 parentce195f8 commit2f0c15d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,18 @@ jobs:
5757
with:
5858
components:rust-analyzer
5959

60+
-name:Setup .NET (for F# examples test)
61+
uses:actions/setup-dotnet@v4
62+
with:
63+
dotnet-version:'8.0.x'
64+
65+
-name:Install fsautocomplete
66+
run:dotnet tool install -g fsautocomplete
67+
6068
-name:Check examples
61-
run:pnpm test:examples
69+
run:|
70+
export PATH="$HOME/.dotnet/tools:$PATH"
71+
pnpm test:examples
6272
6373
build-and-publish:
6474
needs:test

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp