Compare commits

...

5 Commits

Author SHA1 Message Date
aserper
e89944094a fix(ci): fix mastodon import check in docker test 2025-12-14 00:17:55 -05:00
aserper
f4f40f7834 Merge branch 'chore/switch-to-uv' 2025-12-14 00:16:18 -05:00
Amit Serper
8f11378c2a Merge pull request #8 from aserper/chore/switch-to-uv
chore: migrate to uv
2025-12-14 00:12:14 -05:00
Amit Serper
70806d8828 Remove Codecov badge from README
Removed Codecov badge from README.md
2025-12-14 00:00:12 -05:00
Amit Serper
ac77b8e772 Merge pull request #7 from aserper/chore/replace-flake8-black-with-ruff
chore: replace flake8 and black with ruff
2025-12-13 23:58:52 -05:00
2 changed files with 2 additions and 3 deletions

View File

@@ -142,8 +142,8 @@ jobs:
- name: Test Docker image structure
run: |
docker run --rm masto-rss:test python --version
docker run --rm masto-rss:test python -c "import feedparser; print(feedparser.__version__)"
docker run --rm masto-rss:test python -c "import mastodon; print(mastodon.__version__)"
docker run --rm masto-rss:test python -c "import feedparser"
docker run --rm masto-rss:test python -c "import mastodon"
all-tests-pass:
name: All Tests Passed

View File

@@ -3,7 +3,6 @@
# Masto-RSS
[![CI/CD](https://img.shields.io/github/actions/workflow/status/aserper/masto-rss/ci.yml?style=for-the-badge&logo=github&label=CI/CD)](https://github.com/aserper/masto-rss/actions/workflows/ci.yml)
[![Codecov](https://img.shields.io/codecov/c/github/aserper/masto-rss?style=for-the-badge&logo=codecov&logoColor=white)](https://codecov.io/gh/aserper/masto-rss)
[![Docker Hub](https://img.shields.io/badge/docker%20hub-amitserper%2Fmasto--rss-blue?style=for-the-badge&logo=docker&logoColor=white)](https://hub.docker.com/r/amitserper/masto-rss)
[![GHCR](https://img.shields.io/badge/ghcr.io-masto--rss-blue?style=for-the-badge&logo=docker&logoColor=white)](https://github.com/aserper/masto-rss/pkgs/container/masto-rss)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-yellow.svg?style=for-the-badge)](LICENSE)