Skip to content

Commit

Permalink
Create test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham authored Oct 11, 2024
1 parent cff8c02 commit b2a7851
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Test

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

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup catppuccin/whiskers
uses: catppuccin/setup-whiskers@v1
with:
whiskers-version: 2.2.0
- run: whiskers --version

0 comments on commit b2a7851

Please sign in to comment.