mirror of
https://github.com/logos-storage/logos-storage-local-harness.git
synced 2026-01-02 13:33:11 +00:00
chore: add linting to CI
This commit is contained in:
parent
7d6e1da293
commit
32406ce934
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user