-
Notifications
You must be signed in to change notification settings - Fork 19
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
Allow users to choose between the stable and git master versions of Codespell #5
Comments
Is this task complete? |
I don't believe so, we still just load them in via requirements.txt which specifies a tagged version currently: |
They're built by the two workflows here: They are stable and master versions of the action, rather than of codespell. The master one is built weekly with any commits in the master branch and the latest release version of codespell at that point in time. The stable version is built whenever there's a tag made, with the latest release version of codespell at that time. Although TBH I'm unclear how you use either of those rather than the normal action script... |
|
Looks like it should be possible by passing args into the Dockerfile
https://help.github.com/en/actions/creating-actions/creating-a-docker-container-action#creating-an-action-metadata-file
And here:
https://docs.docker.com/engine/reference/builder/
The text was updated successfully, but these errors were encountered: