From 71b5289b47adb5d56d451d1f119b3d693e0c86ce Mon Sep 17 00:00:00 2001 From: Lorena Mesa Date: Wed, 17 Jul 2024 04:20:15 +0000 Subject: [PATCH] Update readme and github tests actions runner --- .github/workflows/github-actions-tests.yml | 3 +++ README.md | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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