mirror of
https://github.com/9p4/jellyfin-plugin-sso.git
synced 2026-01-06 22:50:24 -05:00
12 lines
271 B
YAML
12 lines
271 B
YAML
name: Lint Commit Messages
|
|
on: [pull_request, push]
|
|
|
|
jobs:
|
|
commitlint:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
with:
|
|
fetch-depth: 0
|
|
- uses: wagoid/commitlint-github-action@4caf21aed4a778f940d0b17eb109942ef167bb27
|