Skip to content

Commit d1086c2

Browse files
committed
.github: now that 'make spell' works well, run it from CI
1 parent 4e6786c commit d1086c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ jobs:
115115
gem install --no-document fpm
116116
- name: Run linter
117117
run: make lint
118+
- name: Run spellcheck
119+
run: make spell
118120
- name: Build TinyGo release
119121
run: |
120122
make release deb -j3 STATIC=1

0 commit comments

Comments
 (0)