mirror of
https://github.com/catppuccin/freshrss.git
synced 2026-01-09 05:31:01 +08:00
16 lines
247 B
YAML
16 lines
247 B
YAML
name: whiskers
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
push:
|
|
branches: [main]
|
|
pull_request:
|
|
branches: [main]
|
|
|
|
jobs:
|
|
run:
|
|
uses: catppuccin/actions/.github/workflows/whiskers-check.yml@v1
|
|
with:
|
|
args: freshrss.tera
|
|
secrets: inherit
|