From 2f42e8fed5b7a2485b97c5261888791043d9adce Mon Sep 17 00:00:00 2001 From: Daniel <71837281+darmiel@users.noreply.github.com> Date: Thu, 23 Feb 2023 14:53:07 +0100 Subject: [PATCH] ci: added awesome-lint --- .github/workflows/lint.yaml | 15 +++++++++++++++ README.md | 5 +++-- 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/lint.yaml diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml new file mode 100644 index 0000000..77624c3 --- /dev/null +++ b/.github/workflows/lint.yaml @@ -0,0 +1,15 @@ +name: Lint + +on: + pull_request: + branches: [main] + +jobs: + lint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + + - run: npx awesome-lint diff --git a/README.md b/README.md index 59be248..1d0b66d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# awesome-jellyfin [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) +# Awesome Jellyfin [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) -> A list of awesome Jellyfin Themes and Plugins +> A List of Awesome Jellyfin Themes and Plugins ## Contents @@ -8,6 +8,7 @@ - [Plugins](#plugins) - [Themes](#themes) - [Other](#other) +- [Contribute](#contribute) ## Plugins