-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Describe the bug
This should be a quick one, please pardon me for asking basic questions.
I am not able use shellcheck on Gitpod
Tried installing shellcheck locally, tried brewing it on the Gitpod but no luck..
Considering that I plan to access Gitpod from multiple machines, I would prefer to have it centrally "installed" instead of pointing executablePath to a local directory.
My .gitpod.yml looks like:
tasks:
- init: echo "Replace me with a build script for the project."
command: echo "Replace me with something that should run on every start, or just
remove me entirely."
- init: brew install shellcheck
image: gitpod/workspace-full
vscode:
extensions:
- timonwong.shellcheck@0.9.0:hsU/Rd39aqPYowTqL+DbXg==
- medo64.render-crlf@1.5.3:HLx6qIeeDMkxZSYLpmfjnw==
- Ikuyadeu.r@1.2.8:CY7MPewM7+8dqLNwOs4z+Q==
The workspace I am referring to is:
vivek-verma202/GWAS_FM - master
Thank-you for your help!