Skip to content

Commit 819a166

Browse files
author
volodkindv
committed
remove pylint
1 parent bd82825 commit 819a166

File tree

5 files changed

+0
-698
lines changed

5 files changed

+0
-698
lines changed

.github/workflows/check_lint.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v3
17-
with:
18-
fetch-depth: 0 # Fetch all history for all branches
19-
2017
- name: Set up Python
2118
uses: actions/setup-python@v4
2219
with:

.github/workflows/deploy_check_first_posts_for_changes.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,8 @@ on:
1111
- '.github/workflows/deploy_check_first_posts_for_changes.yml' # UPD HERE!
1212

1313
jobs:
14-
build:
15-
runs-on: ubuntu-latest
16-
steps:
17-
- uses: actions/checkout@v3
18-
- name: Set up Python 3.7
19-
uses: actions/setup-python@v1
20-
with:
21-
python-version: 3.7
22-
- name: Install dependencies
23-
run: |
24-
python -m pip install --upgrade pip
25-
pip install pylint
26-
pip install anybadge
27-
- name: Saving the Score
28-
run: |
29-
python3 .pylint/lint.py
30-
- name: Generating the badge
31-
run: |
32-
anybadge -l pylint -v ${{ env.LINT_SCORE }} -f .pylint/${{ env.FILE_NAME }}.svg 2=red 4=orange 8=yellow 10=green
33-
3414
deploy_function:
3515
runs-on: ubuntu-latest
36-
needs: build
37-
if: needs.build.result == 'success'
38-
3916
steps:
4017
- uses: actions/checkout@v3
4118

.github/workflows/lint_pull_request.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)