Skip to content

Commit 71b5289

Browse files
author
Lorena Mesa
committed
Update readme and github tests actions runner
1 parent 937150e commit 71b5289

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/github-actions-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
name: Run tests and Commit
2+
on: push
3+
14
steps:
25
- uses: actions/checkout@v4
36
- name: Set up Python

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ Users often work collaboratively in digital environments where a profile picture
2323
## TODO:
2424
- [ ] Finish script to implement identicon with multiple colors
2525
- [X] Implement core logic to generate a Python PIL or Tinkr image
26-
- [ ] Write baseline tests
27-
- [ ] Add CI/CD with GitHub actions to run tests
26+
- [X] Write baseline tests
27+
- [ ] Add CI/CD with GitHub actions to run tests
28+
- [X] Add CI/CD with GitHub Actions to run linter

0 commit comments

Comments
 (0)