Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: check calls to package managers to validate list of packages user is attempting to install #369

Open
cooljeanius opened this issue Oct 23, 2023 · 0 comments

Comments

@cooljeanius
Copy link

A lot of my time debugging GitHub Actions is spent trying to track down the proper spellings for package names passed to commands like sudo apt-get install. It would be nice if actionlint could check lists of packages like these for me so that I don't have to do the whole "commit and then check the CI failures log" cycle. Note that I can't just check with my own local copy of apt-get because I use a Mac, and my apt-get binary comes from Fink, which comes with a different package distribution list from the ones available on the the Ubuntu runners that GitHub Actions uses.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant