ionide / FsAutoComplete

F# language server using Language Server Protocol
Other
389 stars 151 forks source link

Fix the format issue in the CI #1222

Closed dawedawe closed 5 months ago

dawedawe commented 5 months ago

Given 3 pipeline runs without the formatting issue we see so often, I think this fixes it. Although, maybe not in a very satisfying way. But it seems that calling fantomas via a build target is flaky in GH actions 🤷

Also, no need to explicitely exclude the obj folder. If we just pass in a folder to fantomas, it ignores files in obj by default.