Skip to content

Commit 346a89e

Browse files
committed
ci: add CI step for linter
1 parent c589688 commit 346a89e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ jobs:
113113
name: spidermonkey-${{ matrix.build }}
114114
path: spidermonkey-dist-${{ matrix.build }}/*
115115

116+
- name: Run clang linter
117+
if: matrix.build == 'debug'
118+
run: just lint
119+
116120
release-spidermonkey:
117121
needs: test
118122
if: needs.test.outputs.SM_TAG_EXISTS == 'false' && (github.event_name == 'push' &&

0 commit comments

Comments
 (0)