We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb5780 commit 1934cc5Copy full SHA for 1934cc5
README.md
@@ -61,12 +61,14 @@ Python project setup using a [Devcontainer](https://containers.dev) and [uv](htt
61
62
all readily available ✓.
63
64
-- CI/CD
+- **CI/CD with GitHub Actions**
65
66
- CI/CD is covered with GitHub Actions. A workflow running testing/linting/formatting is already set up for you.
+ [A workflow](https://github.com/dunnkers/python-uv-devcontainer/blob/main/.github/workflows/python_app.yaml) is already set up for you.
67
68

69
70
+ The workflow sets up your project with `uv` and runs `pytest` and `ruff`.
71
+
72
🎉
73
74
Good luck developing! 🍀
0 commit comments