gaurav-nelson / github-action-markdown-link-check

Check all links in markdown files if they are alive or dead. 🔗✔️
MIT License
399 stars 77 forks source link

perf(action): use composite #177

Closed WaterLemons2k closed 5 months ago

WaterLemons2k commented 1 year ago

Use composite rather then docker to avoid building images, it can make the action faster. To do this, it is necessary to grant executable permission to entrypoint.sh. Also because of this, removed the Dockerfile as it is no longer needed.

Action using composite: https://github.com/WaterLemons2k/github-action-markdown-link-check/actions/runs/4422687022

References: