mirror of
https://github.com/PR0M3TH3AN/Marlin.git
synced 2025-09-08 07:08:44 +00:00
Merge pull request #39 from PR0M3TH3AN/codex/edit-.github/workflows/ci.yml-to-remove-cargo-fmt-and-clippy
Cleanup CI workflow
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -35,11 +35,6 @@ jobs:
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y hyperfine jq bc # For benchmarks within run_all_tests.sh
|
||||
|
||||
- name: Check formatting
|
||||
run: cargo fmt -- --check
|
||||
|
||||
- name: Lint with Clippy
|
||||
run: cargo clippy -- -D warnings
|
||||
|
||||
- name: Ensure run_all_tests.sh is executable
|
||||
run: chmod +x ./run_all_tests.sh
|
||||
|
Reference in New Issue
Block a user