diff --git a/.github/workflows/github-actions-tests.yml b/.github/workflows/github-actions-tests.yml index 7ce25de..ecc326c 100644 --- a/.github/workflows/github-actions-tests.yml +++ b/.github/workflows/github-actions-tests.yml @@ -1,3 +1,6 @@ +name: Run tests and Commit +on: push + steps: - uses: actions/checkout@v4 - name: Set up Python diff --git a/README.md b/README.md index def31d1..fd7090e 100644 --- a/README.md +++ b/README.md @@ -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