Skip to content

Commit

Permalink
chore(deps): update astral-sh/setup-uv action to v4 (#8)
Browse files Browse the repository at this point in the history
* chore(deps): update astral-sh/setup-uv action to v4

* chore(mega-linter): apply linters fixes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Nov 27, 2024
1 parent a2abf54 commit 54a311e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4
- name: Install Dependencies
run: uv sync --all-extras
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion docs/config/litellm.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DEEPSEEK_API_KEY="sk-***"
DEEPSEEK_API_KEY=sk-***
10 changes: 5 additions & 5 deletions docs/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**Usage**:

```console
$ llm-cli [OPTIONS] COMMAND [ARGS]...
llm-cli [OPTIONS] COMMAND [ARGS]...
```

**Options**:
Expand All @@ -20,7 +20,7 @@ $ llm-cli [OPTIONS] COMMAND [ARGS]...
**Usage**:

```console
$ llm-cli commit [OPTIONS]
llm-cli commit [OPTIONS]
```

**Options**:
Expand All @@ -32,7 +32,7 @@ $ llm-cli commit [OPTIONS]
**Usage**:

```console
$ llm-cli repo [OPTIONS] COMMAND [ARGS]...
llm-cli repo [OPTIONS] COMMAND [ARGS]...
```

**Options**:
Expand All @@ -49,7 +49,7 @@ $ llm-cli repo [OPTIONS] COMMAND [ARGS]...
**Usage**:

```console
$ llm-cli repo description [OPTIONS]
llm-cli repo description [OPTIONS]
```

**Options**:
Expand All @@ -61,7 +61,7 @@ $ llm-cli repo description [OPTIONS]
**Usage**:

```console
$ llm-cli repo topics [OPTIONS]
llm-cli repo topics [OPTIONS]
```

**Options**:
Expand Down

0 comments on commit 54a311e

Please sign in to comment.