full-stack-fastapi-template
full-stack-fastapi-template copied to clipboard
lint.sh is missing executable bit
The linting script in backend is missing it's executable bit.
This can easily be fixed with a chmod +x ./backend/backend/scripts/lint.sh
A few other scripts are missing this as well.