Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/workflows/whiskers-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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: posting.tera
secrets: inherit
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
</h3>

<p align="center">
<a href="https://github.com/ruiiiijiiiiang/posting/stargazers"><img src="https://img.shields.io/github/stars/ruiiiijiiiiang/posting?colorA=363a4f&colorB=b7bdf8&style=for-the-badge"></a>
<a href="https://github.com/ruiiiijiiiiang/posting/issues"><img src="https://img.shields.io/github/issues/ruiiiijiiiiang/posting?colorA=363a4f&colorB=f5a97f&style=for-the-badge"></a>
<a href="https://github.com/ruiiiijiiiiang/posting/contributors"><img src="https://img.shields.io/github/contributors/ruiiiijiiiiang/posting?colorA=363a4f&colorB=a6da95&style=for-the-badge"></a>
<a href="https://github.com/catppuccin/posting/stargazers"><img src="https://img.shields.io/github/stars/catppuccin/posting?colorA=363a4f&colorB=b7bdf8&style=for-the-badge"></a>
<a href="https://github.com/catppuccin/posting/issues"><img src="https://img.shields.io/github/issues/catppuccin/posting?colorA=363a4f&colorB=f5a97f&style=for-the-badge"></a>
<a href="https://github.com/catppuccin/posting/contributors"><img src="https://img.shields.io/github/contributors/catppuccin/posting?colorA=363a4f&colorB=a6da95&style=for-the-badge"></a>
</p>

<p align="center">
Expand Down
Empty file removed assets/.gitkeep
Empty file.
2 changes: 1 addition & 1 deletion posting.tera
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
whiskers:
version: "2.3.0"
version: "^2.3.0"
matrix:
- flavor
- accent
Expand Down