Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kalilamali committed Aug 8, 2023
1 parent 30463f0 commit dfacb93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Codespaces Python 3.10](https://github.com/kalilamali/codespaces-demo/actions/workflows/main.yml/badge.svg)](https://github.com/kalilamali/codespaces-demo/actions/workflows/main.yml)

# codespaces-demo
This is a demo repo for CI and CD
This is a demo repo for CI and CD using GitHub codespaces and GitHub actions.

## How-to-run
```bash
Expand All @@ -11,4 +11,4 @@ python -m venv ~/.codespaces-demo
source ~/.codespaces-demo/bin/activate
make install
python hello.py
```
```

0 comments on commit dfacb93

Please sign in to comment.