Skip to content

Commit

Permalink
Add GitHub Actions workflows and funding file
Browse files Browse the repository at this point in the history
This commit introduces a new folder structure within the solution to accommodate the GitHub Actions workflows and the funding file. The `.github` directory includes the `FUNDING.yml` for funding links and two workflow files, `dotnet.yml` and `dotnet-desktop.yml`, to automate various CI/CD tasks.
  • Loading branch information
ivandrofly committed Nov 26, 2024
1 parent 1566fa4 commit 8eb98d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions SubDBSharp.slnx
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<Solution>
<Folder Name="/.github/">
<File Path=".github\FUNDING.yml" />
</Folder>
<Folder Name="/.github/workflows/">
<File Path=".github\workflows\dotnet.yml" />
<File Path=".github\workflows\dotnet-desktop.yml" />
</Folder>
<Folder Name="/.Solution Items/">
<File Path="Directory.Packages.props" />
<File Path="Directory.Build.props" />
Expand Down

0 comments on commit 8eb98d1

Please sign in to comment.