pub fn is_project_changed() -> bool
Expand description
Check if the files are modified in automation_tasks_rs.
The modified date of files is not usable when using git.
The checkout will make dates newer than they really are.
I should use a hash of files and write them in the same directory for later comparison.