We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2290d commit 5400af5Copy full SHA for 5400af5
.github/workflows/main.yml
@@ -31,7 +31,6 @@ jobs:
31
python-version: ${{ matrix.python-version }}
32
- name: Install dependencies
33
run: |
34
- brew install gitleaks
35
python -m pip install --upgrade pip setuptools wheel
36
pip install -r dev_requirements.txt
37
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
@@ -40,10 +39,4 @@ jobs:
40
39
pytest -s --log-cli-level=INFO --timeout=3000 --color=auto --log-cli-format="%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)" ./tests/unit_tests/
41
- name: Lint with pylint
42
43
- pylint --rcfile ./.pylintrc ironsource_api
44
-
45
- - name: gitleaks-action
46
- run: |
47
- gitleaks --verbose detect --log-opts --since="2021-11-25"
48
49
+ pylint --rcfile ./.pylintrc ironsource_api
0 commit comments