Skip to content

Commit

Permalink
Prettier check
Browse files Browse the repository at this point in the history
  • Loading branch information
randomairborne committed May 31, 2024
1 parent 3093dad commit fd6b6e2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,14 @@ jobs:
- name: Cache Packages
uses: Swatinem/rust-cache@v2

- name: Check formatting
- name: Check Rust formatting
run: cargo fmt --check

- name: Install prettier
run: npm install

- name: Check Rust formatting
run: npm run prettier-check

- name: Check build
run: cargo clippy

0 comments on commit fd6b6e2

Please sign in to comment.