From 32406ce934c68b1ff57af6f91ab6731b96806def Mon Sep 17 00:00:00 2001 From: gmega Date: Fri, 20 Jun 2025 14:40:25 -0300 Subject: [PATCH] chore: add linting to CI --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8615082..1a41833 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,5 +28,8 @@ jobs: load: true tags: clh:test + - name: Lint + run: docker run -v --rm clh:test bash -c 'shellcheck -x ./src/* ./test/*.bats' + - name: Run Tests run: docker run -v --rm clh:test ./test/bats/bin/bats test/