issues
search
vityaman-edu
/
sleepy
LISP-like Simple Language Educational Edition made as a final project for ITMO Computer Arhitecture course.
Apache License 2.0
5
stars
0
forks
source link
[ci] Setup CI/CD for Python, Markdown.
#2
Closed
vityaman
closed
11 months ago
vityaman
commented
11 months ago
Steps:
[x] Add example doc page in Markdown.
[x] Add Markdown linter to CI pipeline:
https://github.com/marketplace/actions/markdown-linting-action
[x] Add python hello world project with tests and pyproject.toml.
[x] Add python libraries and linters:
[x] poetry:
https://python-poetry.org
[x] coverage:
https://coverage.readthedocs.io
[x] mypy:
https://www.mypy-lang.org
[x] pytest:
https://docs.pytest.org
[x] ruff:
https://docs.astral.sh/ruff
vityaman
commented
11 months ago
That's enough for now.
Steps: