Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*.sh text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.desktop text eol=lf
*.svg text eol=lf
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@ jobs:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6
with:
dotnet-version: 10.0.x
dotnet-version: 10.0.204
- name: Build shared core
run: dotnet build src/FB2Blogger.Core/FB2Blogger.Core.csproj -c Release --nologo
- name: Run cross-platform core audit
run: dotnet run --project tests/CoreHarness/CoreHarness.csproj -c Release
- name: Build Avalonia preview shell
run: dotnet build src/FB2Blogger.Desktop/FB2Blogger.Desktop.csproj -c Release --nologo
- name: Audit native preview packaging metadata
run: dotnet run --project tests/PackagingAudit/PackagingAudit.csproj -c Release

windows-full-app:
name: Full Windows application
Expand All @@ -44,7 +46,7 @@ jobs:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6
with:
dotnet-version: 10.0.x
dotnet-version: 10.0.204
- name: Build
run: dotnet build src/FB2Blogger/FB2Blogger.csproj -c Release --nologo
- name: Regression audit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up .NET
uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6
with:
dotnet-version: 10.0.x
dotnet-version: 10.0.204

- name: Initialize CodeQL
uses: github/codeql-action/init@24c7eb380a2dc368f2d129e4c65e51d172983a1e # v4
Expand Down
Loading
Loading