mirror of
https://github.com/PR0M3TH3AN/Marlin.git
synced 2025-09-09 07:38:50 +00:00
Merge pull request #35 from PR0M3TH3AN/codex/add-formatting-and-linting-checks-to-ci
Add formatting and linting checks to CI
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -44,6 +44,12 @@ jobs:
|
|||||||
- name: Ensure run_all_tests.sh is executable
|
- name: Ensure run_all_tests.sh is executable
|
||||||
run: chmod +x ./run_all_tests.sh
|
run: chmod +x ./run_all_tests.sh
|
||||||
|
|
||||||
|
- name: Check formatting
|
||||||
|
run: cargo fmt -- --check
|
||||||
|
|
||||||
|
- name: Lint with Clippy
|
||||||
|
run: cargo clippy -- -D warnings
|
||||||
|
|
||||||
- name: Run Comprehensive Test Script
|
- name: Run Comprehensive Test Script
|
||||||
run: ./run_all_tests.sh
|
run: ./run_all_tests.sh
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user