mirror of
https://github.com/awesome-jellyfin/awesome-jellyfin
synced 2024-11-26 04:50:18 +00:00
ci: added awesome-lint
This commit is contained in:
parent
9f1ca3a13d
commit
2f42e8fed5
2 changed files with 18 additions and 2 deletions
15
.github/workflows/lint.yaml
vendored
Normal file
15
.github/workflows/lint.yaml
vendored
Normal file
|
@ -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
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue