Skip to content

Commit 1934cc5

Browse files
committed
Update
1 parent aeb5780 commit 1934cc5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,14 @@ Python project setup using a [Devcontainer](https://containers.dev) and [uv](htt
6161

6262
all readily available ✓.
6363

64-
- CI/CD
64+
- **CI/CD with GitHub Actions**
6565

66-
CI/CD is covered with GitHub Actions. A workflow running testing/linting/formatting is already set up for you.
66+
[A workflow](https://github.com/dunnkers/python-uv-devcontainer/blob/main/.github/workflows/python_app.yaml) is already set up for you.
6767

6868
![alt text](<docs/Screenshot 2025-04-23 at 18.06.47.png>)
6969

70+
The workflow sets up your project with `uv` and runs `pytest` and `ruff`.
71+
7072
🎉
7173

7274
Good luck developing! 🍀

0 commit comments

Comments
 (0)