This repository was archived by the owner on Jan 18, 2025. It is now read-only.
This repository was archived by the owner on Jan 18, 2025. It is now read-only.
Feature request: include web server #12
Open
Description
It would be super handy if this package could also include a super simple web server.
Currently, we're building a Vue app, but there is no way to have the dist/index.html
audited, since there is no webserver.
We're currently using Netlify, but the action runs faster then Netlify can deploy, so it fails (when the action runs, Netlify has not yet finished deploying the preview, meaning a 404 response).
If the package could also have a path
option, one could simply point to the directory of static html files and have this action start a simple webserver and audit against that.