Skip to content
Snippets Groups Projects
Commit 36beb24f authored by Gerard Hickey's avatar Gerard Hickey
Browse files

Added lint job to CI

parent 172f33e5
No related branches found
No related tags found
No related merge requests found
Pipeline #325393908 failed
......@@ -7,6 +7,16 @@ stages:
variables:
TOOLNAME: ripgrep
REPOURL: https://gitlab.com/wt0f/asdf-ripgrep.git
SHELLCHECK_VERSION: stable
asdf-plugin-lint:
stage: lint
before_script:
- apt update && apt install -y xz-utils wget
- wget -qO- https://github.com/koalaman/shellcheck/releases/download/$SHELLCHECK_VERSION/shellcheck-$SHELLCHECK_VERSION.linux.x86_64.tar.xz | tar xJv
- cp shellcheck-$SHELLCHECK_VERSION/shellcheck /usr/bin
script:
- shellcheck -x bin/* -P lib/
asdf-plugin-test:
stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment