Skip to content

Commit

Permalink
Fix pnpm reference
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Apr 4, 2024
1 parent 33fad38 commit e1f586e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Basic Setup
description: Install PNPM, Node, and dependencies
description: Install Bun and dependencies
runs:
using: composite
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"simple-git-hooks": "^2.11.0"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
"pre-commit": "bun lint-staged"
},
"lint-staged": {
"*": "prettier --ignore-unknown --write"
Expand Down

0 comments on commit e1f586e

Please sign in to comment.