Skip to content

Commit 51c5c7a

Browse files
authored
chore: rename backend crates from kebap case to snake case (#5469)
1 parent b83ed6e commit 51c5c7a

File tree

134 files changed

+260
-240
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+260
-240
lines changed

.github/workflows/backends-python-bindings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ on:
44
push:
55
branches: [main]
66
paths:
7-
- crates/pixi-build-backend/**
7+
- crates/pixi_build_backend/**
88
- Cargo.*
99
- pixi-build-backends/py-pixi-build-backend/**
1010
- .github/workflows/backends-python-bindings.yml
1111
pull_request:
1212
paths:
13-
- crates/pixi-build-backend/**
13+
- crates/pixi_build_backend/**
1414
- Cargo.*
1515
- pixi-build-backends/py-pixi-build-backend/**
1616
- .github/workflows/backends-python-bindings.yml

.github/workflows/backends-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77
- main
88
paths:
99
- "pixi-build-backends/**"
10-
- "crates/pixi-build-python/**"
11-
- "crates/pixi-build-rattler-build/**"
12-
- "crates/pixi-build-cmake/**"
13-
- "crates/pixi-build-rust/**"
14-
- "crates/pixi-build-mojo/**"
10+
- "crates/pixi_build_python/**"
11+
- "crates/pixi_build_rattler_build/**"
12+
- "crates/pixi_build_cmake/**"
13+
- "crates/pixi_build_rust/**"
14+
- "crates/pixi_build_mojo/**"
1515
- ".github/workflows/backends-release.yml"
1616
pull_request:
1717
types:

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ target/
7373
**/*.rs.bk
7474

7575
# Backend build debug output
76-
crates/pixi-build-*/debug/
76+
crates/pixi_build_*/debug/
7777

7878
# Backend test artifacts channel
7979
pixi-build-backends/backends/pixi-build-ros/tests/integration/artifacts-channel/

0 commit comments

Comments
 (0)