Skip to content

Commit

Permalink
Update readme and github tests actions runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorena Mesa committed Jul 17, 2024
1 parent 937150e commit 71b5289
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/github-actions-tests.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
name: Run tests and Commit
on: push

steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ Users often work collaboratively in digital environments where a profile picture
## TODO:
- [ ] Finish script to implement identicon with multiple colors
- [X] Implement core logic to generate a Python PIL or Tinkr image
- [ ] Write baseline tests
- [ ] Add CI/CD with GitHub actions to run tests
- [X] Write baseline tests
- [ ] Add CI/CD with GitHub actions to run tests
- [X] Add CI/CD with GitHub Actions to run linter

0 comments on commit 71b5289

Please sign in to comment.