Skip to content

Commit

Permalink
chore: check the example app in CI (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stonks3141 authored Oct 11, 2024
1 parent 336e468 commit 8b56000
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- name: Install whiskers
run: cargo install catppuccin-whiskers
- name: Check formatting
run: cargo fmt --check
run: cargo fmt --all --check
- name: Run Clippy
run: cargo clippy -- -D warnings
run: cargo clippy --all -- -D warnings

Test:
runs-on: ubuntu-latest
Expand All @@ -43,4 +43,4 @@ jobs:
- name: Install whiskers
run: cargo install catppuccin-whiskers
- name: Run tests
run: cargo test
run: cargo test --all

0 comments on commit 8b56000

Please sign in to comment.