Hacker News new | ask | show | jobs
by Havoc 1721 days ago
>What kind of checks are you looking for?

A very basic rudementary static code analysis that can check whether this is a valid CF worker configuration.

>Could you share more detail about your usecase?

In a CI configuration like gitlab CI. e.g. Currently I'm using an incredibly hacky setup that loads the function into miniflare locally, hits then endpoint with a curl and checks that it comes back with 200 HTTP.

If yes then assumption is that it's sound & next stage of CI can actually deploy the function.

Not super high priority though - please prioritise other requests above this since I've already got a working duct tape fix for my problem