Skip to content

Commit

Permalink
docs(readme): update repo links (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
beiertu-mms authored Jan 6, 2024
1 parent 9f0f710 commit 80bd75d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Yamllint Composite Action

[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/beiertu-mms/yamllint-composite-action?style=flat-square)][releases]
[![GitHub](https://img.shields.io/github/license/beiertu-mms/yamllint-composite-action?style=flat-square)](./LICENSE)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/actungs/yamllint-composite-action?style=flat-square)][releases]
[![GitHub](https://img.shields.io/github/license/actungs/yamllint-composite-action?style=flat-square)](./LICENSE)

A [GitHub composite action][gh-composite-action] to run [yamllint][yamllint], a linter for YAML files.

Expand All @@ -25,7 +25,7 @@ jobs:

- name: Lint YAML
id: yamllint
uses: beiertu/yamllint-composite-action@v1
uses: actungs/yamllint-composite-action@v1

- name: Use linter output
if: always()
Expand All @@ -34,8 +34,8 @@ jobs:
See this action [releases][releases] or [tags][tags] for all available versions.
[releases]: https://github.com/beiertu-mms/yamllint-composite-action/releases
[tags]: https://github.com/beiertu-mms/yamllint-composite-action/tags
[releases]: https://github.com/actungs/yamllint-composite-action/releases
[tags]: https://github.com/actungs/yamllint-composite-action/tags
## Inputs
Expand Down

0 comments on commit 80bd75d

Please sign in to comment.