You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ This repository provides a template for Python 3.12 projects based on [Poetry](h
8
8
*[pytest](https://docs.pytest.org/en/8.2.x) is used for writing tests
9
9
*[ruff](https://docs.astral.sh/ruff) is used for linting and formatting
10
10
11
+
The file also provides a [GitHub Actions](https://docs.github.com/en/actions) workflow that automatically builds, lints, type checks, and tests the project on every commit, pull request, and direct invocation of the workflow.
12
+
11
13
## Usage
12
14
13
15
To setup the virtual environment and install your project, run:
0 commit comments