dipzza / ultrastar-song2txt

Tools that automate parts of making a song in the ultrastar txt format
GNU Affero General Public License v3.0
1 stars 0 forks source link

Task Runner #25

Closed dipzza closed 2 years ago

dipzza commented 2 years ago

Right now there is no easy way to check if code is gonna pass CI checks before pushing.

This tasks should be easily done locally too, so a defining them in a task runner would be useful. Also CI should use the task runner, to have only one source for defining the tasks.

JJ commented 2 years ago

You really don't need to pass CI before CI. Although, of course, a task runner is always needed and you need to justify its choice.

dipzza commented 2 years ago

CI is not using all task runner tasks.

Latex checks should stop using textidote-action and manually install textidote to be able to use makefile tasks. Python checks should use make install.