Skip to content

Commit

Permalink
fix: solve the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Phosphorus-M committed Sep 17, 2023
1 parent 028f430 commit e60c43b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
components: rustfmt, clippy
- run: rustup component add rustfmt
- uses: actions-rs/cargo@v1
with:
Expand All @@ -28,6 +32,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
- uses: Swatinem/rust-cache@v2
- name: Install LeptosFmt
run: cargo install leptosfmt --version 0.1.13
Expand All @@ -40,6 +47,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
components: rustfmt, clippy
- uses: Swatinem/rust-cache@v2
- name: cargo clippy
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit e60c43b

Please sign in to comment.