Skip to content

Commit 06bd133

Browse files
committed
add linting to CI
1 parent 1d4cc64 commit 06bd133

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_test_and_lint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
intbot \
3939
make in-container/tests
4040
41+
- name: Run Docker container for lint
42+
run: |
43+
docker run --rm intbot make in-container/lint
44+
4145
services:
4246
postgres:
4347
image: postgres:16.4

0 commit comments

Comments
 (0)