diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index d3f2683..83a8678 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -18,6 +18,11 @@ jobs: fetch-depth: 0 fetch-tags: true + - name: Qodana Scan + uses: JetBrains/qodana-action@v2024.1 + env: + QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} + - name: Setup Node.js uses: actions/setup-node@v4 with: @@ -89,14 +94,14 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} branch: ${{ github.head_ref }} - release: - name: Release - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - with: - fetch-depth: 0 - fetch-tags: true - +# release: +# name: Release +# runs-on: ubuntu-latest +# steps: +# - name: Checkout +# uses: actions/checkout@v4 +# with: +# fetch-depth: 0 +# fetch-tags: true +#