Skip to content

Commit

Permalink
Merge pull request #2 from bertusviljoen/feature/github_actions
Browse files Browse the repository at this point in the history
chore(github-actions): remove obsolete build-test workflow file
  • Loading branch information
bertusviljoen authored Dec 7, 2024
2 parents 6eda262 + fc24393 commit f7c98f1
Show file tree
Hide file tree
Showing 5 changed files with 102 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ env:
jobs:
build-and-deploy:
runs-on: windows-latest # For Linux, use ubuntu-latest
environment: dev
steps:
- name: "Checkout GitHub Action"
uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,8 @@ FodyWeavers.xsd
.idea/*
!/.idea/codeStyles
!/.idea/runConfigurations
.idea/workspace.xml
.idea/.idea.CleanArchitecture/.idea/workspace.xml


# VS Code files for those working on multiple tools
Expand Down
111 changes: 92 additions & 19 deletions .idea/.idea.CleanArchitecture/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<AnalysisLevel>latest</AnalysisLevel>
<AnalysisMode>All</AnalysisMode>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<AnalysisLevel>5.0</AnalysisLevel>
<AnalysisMode>Default</AnalysisMode>
<!-- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>-->
<!-- <CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>-->
<!-- <EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>-->
<!-- <GenerateDocumentationFile>true</GenerateDocumentationFile>-->
</PropertyGroup>
<ItemGroup Condition="'$(MSBuildProjectExtension)' != '.dcproj'">
<PackageReference Include="SonarAnalyzer.CSharp" Version="*">
Expand Down
2 changes: 2 additions & 0 deletions Elevator-Management-Simulator.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
README.md = README.md
.github\workflows\build-test.yaml = .github\workflows\build-test.yaml
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{64A28C1B-09AF-426E-8721-D002BE554B48}"
Expand Down

0 comments on commit f7c98f1

Please sign in to comment.