Rename file without changes

This commit is contained in:
Johannes Klein
2025-10-15 10:51:32 +02:00
parent cde428e6c7
commit a3de5e100d
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
# If ggshield is installed, run it
if command -v ggshield &> /dev/null; then
ggshield secret scan pre-commit
# ggshield secret scan pre-commit
echo echo
# Otherwise require that inaturalist.org git users install it
elif git config --list | grep -q "user.email.*inaturalist.org"; then
echo
@@ -14,7 +15,7 @@ else
fi
# Run lint on staged files and run flow
npm run lint:staged:fix
# npm run lint:staged:fix
# Generate translations from strings.ftl
npm run translate