Skip to content

docs(readme): sync with template #6

docs(readme): sync with template

docs(readme): sync with template #6

Workflow file for this run

name: checks
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: run prettier
uses: creyD/prettier_action@v4.6
with:
dry: true
prettier_options: "--check ."
whiskers:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: install nix
uses: cachix/install-nix-action@v31
- name: setup cachix
uses: cachix/cachix-action@v13
with:
name: everviolet
- name: install whiskers
run: nix profile install github:everviolet/whiskers
- name: check
run: |
whiskers ./jellyfin.tera --check