Skip to content

Commit

Permalink
gha: drop actions-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Dec 4, 2024
1 parent 26c5fcb commit afb5802
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ jobs:
steps:
- name: "Checkout code"
uses: actions/checkout@v4
- name: "Set up Rust"
uses: actions-rs/toolchain@v1
with:
toolchain: 1.80.1
profile: minimal
override: true
- name: "Run cargo fmt check"
run: cargo fmt --all -- --check
- name: "Run cargo clippy"
Expand Down

0 comments on commit afb5802

Please sign in to comment.