Skip to content

Commit

Permalink
cleaning up rust-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetbout committed Oct 30, 2023
1 parent b0ae3d4 commit 7158768
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:

- name: Step 2 - Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable

- name: Step 3 - Run cargo check
run: mv .env.example .env && cargo check
Expand All @@ -26,9 +24,6 @@ jobs:

- name: Step 2 - Install rust
uses: actions-rs/toolchain@v1
with:
profile: default
toolchain: stable

- name: Step 3 - Run cargo fmt
run: cargo fmt --check
Expand All @@ -42,9 +37,6 @@ jobs:

- name: Step 2 - Install rust
uses: actions-rs/toolchain@v1
with:
profile: default
toolchain: stable

- name: Step 3 - Run cargo clippy
run: cargo clippy

0 comments on commit 7158768

Please sign in to comment.