You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create automatic PR on new ShellCheck version (#27)
We will still have to manually update the ShellCheck version in the
devcontainer Dockerfile, but the automatic PR will at least alert us
when there is a new version to upgrade to.
We are using a Dependabot hack for this alert, by creating a "fake"
GitHub Action just for the purposes of alerting us to updated versions.
Even though ShellCheck is not an actual action itself, it doesn't matter
to us as the fake action will never run and is instead only used for
Dependabot to trigger version update alerts via PRs.
0 commit comments