We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 105e84c commit c6ec04aCopy full SHA for c6ec04a
.github/workflows/linter-ci.yaml
@@ -7,7 +7,8 @@ on:
7
pull_request:
8
9
jobs:
10
- lint-web:
+ lint-frontend:
11
+ name: Lint Frontend
12
runs-on: ubuntu-latest
13
defaults:
14
run:
@@ -30,7 +31,8 @@ jobs:
30
31
- name: Run eslint
32
run: npm run lint
33
- lint-go:
34
+ lint-backend:
35
+ name: Lint Backend
36
37
38
steps:
configs/models.txt
@@ -1,2 +1,2 @@
1
-gemma3:1b
+llama3.2:1b
2
qwen2.5:0.5b
0 commit comments