filiph / linkcheck

Fast link checker
https://pub.dartlang.org/packages/linkcheck
MIT License
397 stars 51 forks source link

Run GH Action without Docker #98

Open tooomm opened 2 years ago

tooomm commented 2 years ago

Currently, there is a dedicated GitHubActionDockerfile, which needs to be build on every action run. That takes a lot of time.

It should be possible to only use actions.yml for the action, see https://dev.to/github/build-your-own-github-action-without-a-docker-container-1eic