Merged in chore/block-commits-on-master (pull request #3264)
chore: block commits and pushes directly on master * chore: block commits and pushes directly on master Approved-by: Linus Flood Approved-by: Matilda Landström
This commit is contained in:
@@ -1 +1,8 @@
|
||||
branch="$(git rev-parse --abbrev-ref HEAD)"
|
||||
|
||||
if [ "$branch" = "master" ] || [ "$branch" = "main" ]; then
|
||||
echo "❌ You can't commit directly to $branch"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
yarn dlx lint-staged
|
||||
|
||||
Reference in New Issue
Block a user