From 4b92b821b1e1dcd4c594599247ce67a481246925 Mon Sep 17 00:00:00 2001 From: Bertus Viljoen Date: Fri, 6 Dec 2024 08:34:01 +0200 Subject: [PATCH 1/3] chore(github-actions): remove obsolete build-test workflow file Deleted the `.github/build-test.yaml` file as it is no longer needed for the CI/CD process. This cleanup reduces project clutter and maintains a streamlined configuration. --- .github/{ => workflows}/build-test.yaml | 1 - .gitignore | 1 + .../.idea/workspace.xml | 21 +++++++++++++------ Elevator-Management-Simulator.sln | 2 ++ 4 files changed, 18 insertions(+), 7 deletions(-) rename .github/{ => workflows}/build-test.yaml (98%) diff --git a/.github/build-test.yaml b/.github/workflows/build-test.yaml similarity index 98% rename from .github/build-test.yaml rename to .github/workflows/build-test.yaml index cc37045..8b73ac5 100644 --- a/.github/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -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 diff --git a/.gitignore b/.gitignore index 8d86f5e..ba1d286 100644 --- a/.gitignore +++ b/.gitignore @@ -380,6 +380,7 @@ FodyWeavers.xsd .idea/* !/.idea/codeStyles !/.idea/runConfigurations +.idea/workspace.xml # VS Code files for those working on multiple tools diff --git a/.idea/.idea.CleanArchitecture/.idea/workspace.xml b/.idea/.idea.CleanArchitecture/.idea/workspace.xml index 565dccf..6caa594 100644 --- a/.idea/.idea.CleanArchitecture/.idea/workspace.xml +++ b/.idea/.idea.CleanArchitecture/.idea/workspace.xml @@ -13,7 +13,8 @@ - + +