Merge branch 'main' into github-import

This commit is contained in:
Anirban Kar
2024-12-04 17:54:47 +05:30
committed by GitHub
14 changed files with 388 additions and 48 deletions

View File

@@ -17,7 +17,7 @@ fi
echo "Running lint..."
if ! pnpm lint; then
echo "❌ Linting failed! 'pnpm lint:check' will help you fix the easy ones."
echo "❌ Linting failed! 'pnpm lint:fix' will help you fix the easy ones."
echo "Once you're done, don't forget to add your beautification to the commit! 🤩"
echo "lint exit code: $?"
exit 1