Skip to content

Commit 44de65e

Browse files
added note about GitHub Actions to README
1 parent 9a49d43 commit 44de65e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ This repository provides a template for Python 3.12 projects based on [Poetry](h
88
* [pytest](https://docs.pytest.org/en/8.2.x) is used for writing tests
99
* [ruff](https://docs.astral.sh/ruff) is used for linting and formatting
1010

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+
1113
## Usage
1214

1315
To setup the virtual environment and install your project, run:

0 commit comments

Comments
 (0)