chore: add linting to CI

This commit is contained in:
gmega 2025-06-20 14:40:25 -03:00
parent 7d6e1da293
commit 32406ce934
No known key found for this signature in database
GPG Key ID: 6290D34EAD824B18

View File

@ -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/