Skip to content

Commit d5c5b7b

Browse files
committed
docs: Debug baseball script
1 parent 4100c6c commit d5c5b7b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/on-stage.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
def plus_one(numbers: list[int]) -> list[int]:
1818
return [n + 1 for n in numbers]
1919
PY
20+
cat baseball.py
2021
- name: Run flake8-kotoha
2122
run: |
2223
set +e

0 commit comments

Comments
 (0)