Skip to content

Commit

Permalink
Remove Qodana quality check (does not support swift)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcristea committed Jan 11, 2024
1 parent f6ff27c commit 124dc09
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 22 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,3 @@ jobs:
run: |
xcrun llvm-cov export -format="lcov" .build/debug/PeppermintPackageTests.xctest/Contents/MacOS/PeppermintPackageTests -instr-profile .build/debug/codecov/default.profdata > .build/PeppermintPackageTests.lcov
bash <(curl https://codecov.io/bash)
quality-checks:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4
- name: "Qodana Scan"
uses: JetBrains/qodana-action@v2023.3
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
9 changes: 0 additions & 9 deletions .travis.yml

This file was deleted.

2 changes: 0 additions & 2 deletions qodana.yaml

This file was deleted.

0 comments on commit 124dc09

Please sign in to comment.