Skip to content

Commit c6ec04a

Browse files
committed
Fix: replaced gemma3 with llama3.2 and updated workflow job names
1 parent 105e84c commit c6ec04a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/linter-ci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
pull_request:
88

99
jobs:
10-
lint-web:
10+
lint-frontend:
11+
name: Lint Frontend
1112
runs-on: ubuntu-latest
1213
defaults:
1314
run:
@@ -30,7 +31,8 @@ jobs:
3031
- name: Run eslint
3132
run: npm run lint
3233

33-
lint-go:
34+
lint-backend:
35+
name: Lint Backend
3436
runs-on: ubuntu-latest
3537

3638
steps:

configs/models.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
gemma3:1b
1+
llama3.2:1b
22
qwen2.5:0.5b

0 commit comments

Comments
 (0)