summaryrefslogtreecommitdiff
path: root/server/Git.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-07non-blocking serverstuebinm1-60/+0
2022-02-01basic server setup (using servant)stuebinm1-0/+60
adds a very basic http server that can be sent links to repositories & will download & lint them, then answer the request with the lints. Should probably do this in a non-blocking way …