issues
search
kida31
/
untitled-plant-game
GNU General Public License v3.0
3
stars
1
forks
source link
Create linting workflow
#110
Open
felix-schindler
opened
3 days ago
felix-schindler
commented
3 days ago
Adds a new workflow that checks whether the pushed code matches our formatting requirements.
formats the code
Up for debate:
Should we depend on the format check to build the game?
If it doesn't succeed we'd propably save a few minutes of compute of something that will have to run again once formatted
If it does succeed it takes longer to run because the two workflows aren't run in parallel since the build has to wait for lint
Should we enforce code formatting like this?
Up for debate: