Skip to content

Commit f6f0762

Browse files
eamodiosergeibbb
andcommitted
Adds linting to unit test runs
Co-authored-by: Sergei Shmakov <sergei.shmakov@gitkraken.com>
1 parent 2380da9 commit f6f0762

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/docker/run-unit-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
(
22
set -e
33
pnpm run pretty:check
4+
pnpm run lint
45
pnpm run test
56
);
67
EXIT_CODE=$?;

0 commit comments

Comments
 (0)