[TESTING] Added git fetch for optimal operation

This commit is contained in:
2020-02-17 09:38:17 +01:00
parent eb409200dc
commit 45f4ad477d

View File

@@ -18,6 +18,9 @@ EOF
git config --global user.name "GitHub Actions"
}
# The remote changes should already be fetched, but as there is #4 this could resolve the problem
git fetch
echo "Installing prettier..."
npm install --silent --global prettier
echo "Prettifing files..."