Skip to content

Commit 8be3440

Browse files
authored
Без лишних джоб в ci
1 parent 60b3ab0 commit 8be3440

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/Checks.yml

-9
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,10 @@ jobs:
1414
uses: actions/setup-python@v3
1515
with:
1616
python-version: ${{ matrix.python-version }}
17-
- name: Install dependencies
18-
run: |
19-
python -m pip install --upgrade pip
20-
pip install pylint
2117
- name: First interaction
2218
uses: actions/first-interaction@v1.3.0
2319
with:
2420
# Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }}
2521
repo-token: ${{ secrets.GITHUB_TOKEN }}
2622
issue-message: "Хелоу мазафакер! Велкам ту ауэ тим ёпта! Сделаем аниме ещё лучшим дерьмом!"
2723
pr-message: "Ты красавчик епта! С первым пул реквестом во имя гребаног оаниме, мать его!"
28-
- name: SonarCloud Scan
29-
uses: SonarSource/sonarcloud-github-action@v3.1.0
30-
with:
31-
projectBaseDir: "anime_enhancement"
32-

0 commit comments

Comments
 (0)