From 425dc94523cca456b98a7e5716364c0ba76b48a9 Mon Sep 17 00:00:00 2001 From: Lilith River Date: Fri, 8 Mar 2024 17:30:59 -0700 Subject: [PATCH] Revert "Create code_quality.yml" This reverts commit 8b8938e0b2cd414fa7377b31206cfe1ce7bc0e59. --- .github/workflows/code_quality.yml | 29 ----------------------------- .gitignore | 6 ++++-- 2 files changed, 4 insertions(+), 31 deletions(-) delete mode 100644 .github/workflows/code_quality.yml diff --git a/.github/workflows/code_quality.yml b/.github/workflows/code_quality.yml deleted file mode 100644 index 113a8f1..0000000 --- a/.github/workflows/code_quality.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Qodana -on: - workflow_dispatch: - pull_request: - push: - branches: # Specify your branches here - - main # The 'main' branch - - 'releases/*' # The release branches - -jobs: - qodana: - runs-on: ubuntu-latest - permissions: - contents: write - pull-requests: write - checks: write - steps: - - uses: actions/checkout@v4 - with: - ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit - fetch-depth: 0 # a full history is required for pull request analysis - - name: 'Qodana Scan' - uses: JetBrains/qodana-action@v2023.3 - env: - qodana: - net: - solution: ./Imageflow.sln - QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} - qodana_net_solution: ./Imageflow.sln diff --git a/.gitignore b/.gitignore index 5a570d5..32d45d8 100644 --- a/.gitignore +++ b/.gitignore @@ -26,8 +26,10 @@ bld/ test-publish/ NuGetPackages/ +**/.idea/copilot + # DocFX build results -_site/ +_site/ # Visual Studio 2015 cache/options directory .vs/ @@ -292,4 +294,4 @@ __pycache__/ *.odx.cs *.xsd.cs -tempfile.txt \ No newline at end of file +tempfile.txt