Skip to content

Commit 71efe5c

Browse files
committed
Clean up
1 parent 9821770 commit 71efe5c

File tree

12 files changed

+11
-1949
lines changed

12 files changed

+11
-1949
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# the repo. Unless a later match takes precedence,
33
# @global-owner1 and @global-owner2 will be requested for
44
# review when someone opens a pull request.
5-
* @DeNeutoy @benrhodes26 @jg8610 @reactiv @zhiyil1230
5+
* @benrhodes26 @vsimkus @jg8610 @reactiv

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333

3434
- name: Run linters
3535
run: |
36-
uv run ruff check ./orb_models ./tests ./internal
37-
uv run ruff format --check ./orb_models ./tests ./internal
38-
uv run mypy ./orb_models ./tests ./internal
36+
uv run ruff check ./orb_models ./tests ./scripts
37+
uv run ruff format --check ./orb_models ./tests ./scripts
38+
uv run mypy ./orb_models ./tests ./scripts
3939
- name: Run tests
4040
run: uv run pytest ./tests -n auto
4141

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131

3232
- name: Run linters
3333
run: |
34-
uv run ruff check ./orb_models ./tests ./internal
35-
uv run ruff format --check ./orb_models ./tests ./internal
36-
uv run mypy ./orb_models ./tests ./internal
34+
uv run ruff check ./orb_models ./tests ./scripts
35+
uv run ruff format --check ./orb_models ./tests ./scripts
36+
uv run mypy ./orb_models ./tests ./scripts
3737
- name: Run tests
3838
run: uv run pytest ./tests -n auto

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt-get update && \
77
apt-get install -y \
88
ca-certificates \
99
wget \
10-
git \
10+
git \
1111
sudo \
1212
gcc \
1313
g++

0 commit comments

Comments
 (0)