Skip to content

Commit ba32045

Browse files
committed
Grab images from GitHub uploaded content
1 parent 0b9af76 commit ba32045

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

README.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,6 @@ Python project setup using a [Devcontainer](https://containers.dev) and [uv](htt
1010
- [x] [ruff](https://github.com/astral-sh/ruff) for formatting and linting
1111
- [x] [GitHub Actions](https://github.com/dunnkers/python-uv-devcontainer/actions) for CI/CD
1212
- [x] [Dockerfile](https://github.com/dunnkers/python-uv-devcontainer/blob/main/Dockerfile) for easy deployment
13-
<img width="222" alt="Screenshot 2025-04-25 at 10 57 33" src="https://github.com/user-attachments/assets/45df28b9-9210-4cd4-a6c5-25ad3c8edb55" />
14-
<img width="577" alt="Screenshot 2025-04-24 at 11 59 28" src="https://github.com/user-attachments/assets/c89c6643-768b-427d-b10f-a51ddbe76282" />
15-
<img width="1484" alt="Screenshot 2025-04-23 at 18 28 17" src="https://github.com/user-attachments/assets/a903022c-e53f-401c-bb8d-8a7c01bfdaad" />
16-
<img width="856" alt="Screenshot 2025-04-23 at 18 24 49" src="https://github.com/user-attachments/assets/52130b2d-5c1d-43c6-9862-b7bdbd6fe5fe" />
17-
<img width="800" alt="Screenshot 2025-04-23 at 18 11 34" src="https://github.com/user-attachments/assets/2394a9b6-0cb0-494b-b580-31d5cbfc8a3f" />
18-
<img width="484" alt="Screenshot 2025-04-23 at 18 10 07" src="https://github.com/user-attachments/assets/61bd1aa5-9154-4c42-b192-8b674c7e3d80" />
19-
<img width="1331" alt="Screenshot 2025-04-23 at 18 06 47" src="https://github.com/uaser-attachments/assets/e869e370-87cd-4788-8ae9-a049e15af02f" />
20-
<img width="848" alt="Screenshot 2025-04-23 at 18 03 49" src="https://github.com/user-attachments/assets/21761957-ae2f-4e99-9378-d8920f5c6a19" />
21-
<img width="846" alt="Screenshot 2025-04-23 at 18 00 10" src="https://github.com/user-attachments/assets/28dceed1-abb2-4be5-aa25-ff1c8ad38455" />
22-
<img width="744" alt="Screenshot 2025-04-23 at 17 53 28" src="https://github.com/user-attachments/assets/3efa1de7-5bd3-4b1e-aaa8-455773396c81" />
23-
<img width="425" alt="Screenshot 2025-04-23 at 17 19 10" src="https://github.com/user-attachments/assets/3aa1891b-d19b-4c8e-acad-b5e46eb18250" />
24-
25-
<img width="1331" alt="437371719-b21ca5f3-3b7c-4c71-9ec0-8841146d5ea1" src="https://github.com/user-attachments/assets/aa6a1720-cc7a-4412-be2f-e76ccefed033" />
26-
2713

2814
## Setup
2915

@@ -41,7 +27,7 @@ Python project setup using a [Devcontainer](https://containers.dev) and [uv](htt
4127

4228
> [!TIP]
4329
> This Devcontainer can also be directly used with a GitHub Codespace.
44-
>
30+
4531
> [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/dunnkers/python-uv-devcontainer?quickstart=1)
4632
4733
3. **Reopen in Container**
@@ -94,7 +80,7 @@ Python project setup using a [Devcontainer](https://containers.dev) and [uv](htt
9480

9581
[A workflow](https://github.com/dunnkers/python-uv-devcontainer/blob/main/.github/workflows/python_app.yaml) is already set up for you.
9682

97-
<img width="1331" alt="GitHub Actions workflow for testing, formatting and linting a Python app with uv" src="https://github.com/user-attachments/assets/e869e370-87cd-4788-8ae9-a049e15af02f" />
83+
<img width="1331" alt="GitHub Actions workflow for testing, formatting and linting a Python app with uv" src="https://github.com/user-attachments/assets/aa6a1720-cc7a-4412-be2f-e76ccefed033" />
9884

9985
This workflow runs tests using `pytest` and formatting + linting using `ruff`. Dependencies are set up with `uv`.
10086

0 commit comments

Comments
 (0)