Skip to content

Commit 6751466

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Docker] [Github-Actions] static check added before running tests.
1 parent 1ecc49a commit 6751466

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
1818
- name: Build the Docker image
1919
run: make compose/rebuild
20+
- name: Run static checks in Docker image
21+
run: make compose/lint
2022
- name: Run test in Docker image
2123
run: make compose/run
2224
- name: Tag Docker image

0 commit comments

Comments
 (0)