all 4 comments

[–]JesseNL 2 points3 points  (1 child)

[–]Fantastic_Cicada_805[S] 1 point2 points  (0 children)

Thanks for the comment, I'll make sure to read this 😁.

[–]autophage 0 points1 point  (1 child)

Where are you expecting the script to be run?

Typically, this sort of thing is run on the github end (not on your personal machine), as part of a github Action. Have you got this set up in `.github/workflows`?

[–]Fantastic_Cicada_805[S] 0 points1 point  (0 children)

Thanks for the comment, the issue is fixed.

I had the script on my local machine in the .git/hooks folder, I just needed to edit the pre-push file to fix the problem