Skip to content

Commit d029693

Browse files
author
Ilnur
committed
Fix ci.yml
1 parent b8f8c9c commit d029693

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
python-version: ["3.12"] # при желании добавь "3.11"
22+
python-version: ["3.12"] # можно добавить "3.11"
2323

2424
steps:
2525
- name: Checkout repo
@@ -43,6 +43,6 @@ jobs:
4343
- name: Check formatting
4444
run: ruff format --check git/src
4545

46-
# Линт. Формат вывода понятен интерфейсу GitHub
46+
# Линт. Если будут ошибки — job завершится с ошибкой
4747
- name: Lint with ruff
48-
run: ruff check git/src --output-format=github --exit-zero=false
48+
run: ruff check git/src --output-format=github

0 commit comments

Comments
 (0)