mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-08-17 07:26:37 +00:00
github: update lint workflow
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
parent
6d687885b6
commit
e75eb1569d
7
.github/workflows/lint.yml
vendored
7
.github/workflows/lint.yml
vendored
@ -1,7 +1,10 @@
|
|||||||
---
|
---
|
||||||
name: Lint
|
name: Lint
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
pull_request
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
codespell:
|
codespell:
|
||||||
@ -24,7 +27,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install qt6-base-private-dev qt6-declarative-dev qt6-httpserver-dev
|
sudo apt-get install qt6-base-private-dev qt6-declarative-dev qt6-httpserver-dev qt6-websockets-dev
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: |
|
run: |
|
||||||
cmake -S gpt4all-chat -B gpt4all-chat/build \
|
cmake -S gpt4all-chat -B gpt4all-chat/build \
|
||||||
|
Loading…
Reference in New Issue
Block a user