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 937150e commit 71b5289Copy full SHA for 71b5289
.github/workflows/github-actions-tests.yml
@@ -1,3 +1,6 @@
1
+name: Run tests and Commit
2
+on: push
3
+
4
steps:
5
- uses: actions/checkout@v4
6
- name: Set up Python
README.md
@@ -23,5 +23,6 @@ Users often work collaboratively in digital environments where a profile picture
23
## TODO:
24
- [ ] Finish script to implement identicon with multiple colors
25
- [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
+- [X] Write baseline tests
+- [ ] Add CI/CD with GitHub actions to run tests
28
+- [X] Add CI/CD with GitHub Actions to run linter
0 commit comments