mirror of
https://github.com/ReVanced/revanced-api.git
synced 2026-01-23 03:01:04 +00:00
feat: API Fixes and Adjustments (#23)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
1273f9224b
commit
b18097e030
9
.github/workflows/quodana.yml
vendored
9
.github/workflows/quodana.yml
vendored
@@ -1,8 +1,8 @@
|
||||
name: "Qodana | Code Quality Scan"
|
||||
name: "Qodana | Code Quality Scan and Static Analysis"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [dev, main]
|
||||
branches: [dev]
|
||||
pull_request:
|
||||
types: [opened, reopened, edited, synchronize]
|
||||
workflow_dispatch:
|
||||
@@ -32,11 +32,8 @@ jobs:
|
||||
then pip install -r requirements.txt;
|
||||
fi
|
||||
|
||||
- name: Install testing tools
|
||||
run: pip install mypy pydantic
|
||||
|
||||
- name: "Qodana Scan"
|
||||
uses: JetBrains/qodana-action@v2023.1.0
|
||||
uses: JetBrains/qodana-action@v2023.1.5
|
||||
env:
|
||||
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user