mirror of
https://github.com/awesome-jellyfin/awesome-jellyfin.git
synced 2026-03-11 20:53:48 -05:00
22 lines
356 B
YAML
22 lines
356 B
YAML
name: Lint
|
|
|
|
on:
|
|
pull_request:
|
|
branches: [main]
|
|
paths:
|
|
- "**/*.md"
|
|
|
|
jobs:
|
|
lint:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v5
|
|
with:
|
|
fetch-depth: 0
|
|
|
|
- uses: oven-sh/setup-bun@v2
|
|
with:
|
|
bun-version: latest
|
|
|
|
- run: bunx https://github.com/awesome-jellyfin/awesome-lint
|