-
@devgummibeer @driesvints Yeah, when the Action is run, it currently does not make a fetch/pull on it's own. In your case, cs-fixer was faster than prettier. Splitting the Action into two workflows could solve this. Or manually doing a git pull before committing.
-
@devgummibeer @driesvints Maybe we can add a git fetch/pull thing into the Action itself. 🤔