Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
fix: right components in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed May 1, 2023
1 parent da8f6b0 commit 83b1a7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
uses: actions/checkout@v3
- name: Install toolchain
uses: moonrepo/setup-rust@v0
with:
components: rustfmt
- name: Run rustfmt
run: cargo fmt --all --verbose -- --check

Expand All @@ -40,6 +42,8 @@ jobs:
uses: actions/checkout@v3
- name: Install toolchain
uses: moonrepo/setup-rust@v0
with:
components: clippy
- name: Run cargo check
run: cargo check --workspace --all-targets --release
- name: Run clippy
Expand Down

0 comments on commit 83b1a7b

Please sign in to comment.