Skip to content

Commit

Permalink
ci: add whiskers check workflow (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham authored Oct 12, 2024
1 parent 99d41c6 commit 8762533
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Whiskers Check

on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: catppuccin/setup-whiskers@v1
with:
whiskers-version: 2.3.0
- run: |
whiskers lazygit.tera --check

0 comments on commit 8762533

Please sign in to comment.