Skip to content

Commit 401ede3

Browse files
committed
Remove Rust formatting and linting checks from workflow
1 parent 69d59aa commit 401ede3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,6 @@ jobs:
4444
- name: Install fish shell (for integration tests)
4545
run: sudo apt-get update && sudo apt-get install -y --no-install-recommends fish
4646

47-
- name: Verify formatting compliance
48-
run: cargo fmt --check
49-
50-
- name: Run clippy to catch issues early
51-
run: cargo clippy --all-targets --all-features -- -D warnings
52-
53-
- name: Validate code compiles
54-
run: cargo check --all-targets --all-features
55-
5647
- name: Install git-ai binary
5748
run: cargo install --path . --debug
5849

0 commit comments

Comments
 (0)