mirror of
https://github.com/9p4/jellyfin-plugin-sso.git
synced 2026-09-19 13:12:19 +00:00
18 lines
332 B
YAML
18 lines
332 B
YAML
name: Prettier Lint
|
|
|
|
on:
|
|
pull_request:
|
|
branches: [main]
|
|
|
|
jobs:
|
|
prettier:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v2
|
|
- name: Prettify code
|
|
uses: creyD/[email protected]
|
|
with:
|
|
dry: True
|
|
prettier_options: '--check **/*.{js,html}'
|