I have some F# script files that I would like to maintain.
How can I check that they are valid but without executing them?
Invalid.fsx
this is not valid code
# Not a real command, should return a non-zero exit code
dotnet fsi --check ./Invalid.fsx