1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2024-12-01 16:55:57 +02:00

💚 shellcheck is now ShellCheck? Fix it.

This commit is contained in:
Andre David 2020-04-29 10:23:52 +02:00
parent 28c34eb774
commit ed2eb7ddf6

View File

@ -11,7 +11,7 @@ addons:
before-script:
- "sudo apt-get install --allow-unauthenticated cabal-install"
- "cabal update"
- "cabal install shellcheck"
- "cabal install ShellCheck"
script:
- bash -c 'shopt -s globstar; shellcheck --exclude SC2034 **/*.sh'