-
Notifications
You must be signed in to change notification settings - Fork 321
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
Add an autofix for lang-go
#1117
Conversation
Need to figure out how to add |
@jankeromnes regarding this PR, would you happen to know how we can add additional tools that will be made available to autofix? 🙏 |
@filiptronicek Hey, very nice work! 💯 Autofix currently runs from an old CircleCI job (from before I joined Gitpod). I've been considering migrating it to a GitHub Action, but meanwhile, this is what the CI job uses:
brew install hub
git clone https://github.com/pyenv/pyenv-update.git $(pyenv root)/plugins/pyenv-update
pip install codespell
npm install -g autofix
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer) So, |
Thanks so much for looking into it so quickly, @jankeromnes 🙏. |
Creates the workflow so that Go is updated automatically