diff --git a/.github/workflows/readme.yaml b/.github/workflows/check_readme.yaml similarity index 96% rename from .github/workflows/readme.yaml rename to .github/workflows/check_readme.yaml index 2b7dba3..f36e801 100644 --- a/.github/workflows/readme.yaml +++ b/.github/workflows/check_readme.yaml @@ -4,7 +4,7 @@ on: workflow_call: push: paths: - - '.github/workflows/readme.yaml' + - '.github/workflows/check_readme.yaml' - 'README.md' schedule: # run twice a month (on 1st and 15th of every month at 12:00 UTC) diff --git a/README.md b/README.md index 4f0cb2b..5199258 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # braille_display [![GitHub Actions Workflow Status - build.yaml](https://img.shields.io/github/actions/workflow/status/dakalamin/braille_display/build.yaml?style=flat-square&label=PlatformIO%20build)](https://github.com/dakalamin/braille_display/actions/workflows/build.yaml) -[![GitHub Actions Workflow Status - readme.yaml](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/dakalamin/a03fafd87cde1d5878f7955cac843017/raw/braille_display_readme_badge.json)](https://github.com/dakalamin/braille_display/actions/workflows/readme.yaml) +[![GitHub Actions Workflow Status - check_readme.yaml](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/dakalamin/a03fafd87cde1d5878f7955cac843017/raw/braille_display_readme_badge.json)](https://github.com/dakalamin/braille_display/actions/workflows/check_readme.yaml) [![GitHub Release](https://img.shields.io/github/v/release/dakalamin/braille_display?sort=semver&display_name=tag&style=flat-square&label=Latest%20release)](https://github.com/dakalamin/braille_display/releases) [![GitHub License](https://img.shields.io/github/license/dakalamin/braille_display?style=flat-square&label=License)](#license)