Skip to content

Commit

Permalink
Add lint workflows, fix package lock, fix npx
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-osch committed Feb 7, 2025
1 parent 730dd2c commit be5a78a
Show file tree
Hide file tree
Showing 3 changed files with 741 additions and 22 deletions.
9 changes: 8 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
bunx lint-staged
if command -v bunx &> /dev/null
then
echo "Using bunx to run lint-staged..."
bunx lint-staged
else
echo "Bun not found—falling back to npm (npx lint-staged)..."
npx lint-staged
fi
Loading

0 comments on commit be5a78a

Please sign in to comment.