Skip to content

Commit

Permalink
runs fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-dot-js committed Nov 30, 2023
1 parent 240d550 commit 27dd73a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,17 @@ jobs:
- name: Install Dependencies 📥
run: | # Install npm packages
pnpm install
- name: Lint and Type Check 🧹
run: | # Run the lint and type check
pnpm run typecheck
pnpm run fmt:check
pnpm run lint
- name: Test 🧪
run: | # Run the tests
pnpm run test
- name: Ensure Package is Publishable 🧐
run: | # Run the prepublish hook to ensure the package is publishable
pnpm run prepublishOnly

0 comments on commit 27dd73a

Please sign in to comment.