Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into ben/transform
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamaan476 committed Dec 18, 2024
2 parents fb0b02f + ad94891 commit cc90921
Show file tree
Hide file tree
Showing 17 changed files with 257 additions and 122 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "daily"
ignore:
- dependency-name: "webrtc"
reviewers:
- jessfraz
- adamchalmers
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
uses: actions/checkout@v4
- uses: taiki-e/install-action@just
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4
- name: Install codespell
run: |
uv venv .venv
Expand Down
Loading

0 comments on commit cc90921

Please sign in to comment.