Skip to content

Commit e75eb15

Browse files
committed
github: update lint workflow
Signed-off-by: Jared Van Bortel <[email protected]>
1 parent 6d68788 commit e75eb15

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/lint.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
22
name: Lint
33

4-
on: [push, pull_request]
4+
on:
5+
push:
6+
branches: [main]
7+
pull_request
58

69
jobs:
710
codespell:
@@ -24,7 +27,7 @@ jobs:
2427
- name: Install dependencies
2528
run: |
2629
sudo apt-get update
27-
sudo apt-get install qt6-base-private-dev qt6-declarative-dev qt6-httpserver-dev
30+
sudo apt-get install qt6-base-private-dev qt6-declarative-dev qt6-httpserver-dev qt6-websockets-dev
2831
- name: Configure
2932
run: |
3033
cmake -S gpt4all-chat -B gpt4all-chat/build \

0 commit comments

Comments
 (0)