diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 4172a839..6213890f 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -27,10 +27,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone this repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Lint services - uses: rvben/rumdl@v0.2.41 + uses: rvben/rumdl@v0.2.73 with: path: "services/" config: ".markdownlint.yml" diff --git a/README.md b/README.md index 7fdfbae9..4d6d507a 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ ScaleTail provides ready-to-run [Docker Compose](https://docs.docker.com/compose | 🎥 Service | 📝 Description | 🔗 Link | | -------------------- | ------------------------------------------------------------------------------------------------------- | ---------------------------------- | -| 🎵 **ArtistTrackarr** | A self-hosted dashboard for tracking upcoming and newly released albums and EPs. | [Details](services/artisttrackarr) | +| 🎵 **ArtistTrackarr** | A self-hosted dashboard for tracking upcoming and newly released albums and EP's. | [Details](services/artisttrackarr) | | 🎧 **Audiobookshelf** | A self-hosted audiobook and podcast server with multi-user support and playback syncing. | [Details](services/audiobookshelf) | | 🎥 **Bazarr** | A companion tool to Radarr and Sonarr for managing subtitles. | [Details](services/bazarr) | | 📚 **BookLore** | A self-hosted application for managing and reading books. | [Details](services/booklore) |