Skip to content

Commit ecfd678

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

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

116+
- name: Install Just
117+
uses: taiki-e/install-action@just
118+
119+
- name: Run clang linter
120+
if: matrix.build == 'debug'
121+
run: just lint
122+
116123
release-spidermonkey:
117124
needs: test
118125
if: needs.test.outputs.SM_TAG_EXISTS == 'false' && (github.event_name == 'push' &&

0 commit comments

Comments
 (0)