Skip to content

Commit

Permalink
add components: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
NexVeridian committed Nov 12, 2024
1 parent 658cac4 commit 71898bb
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/demo-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
components: rustfmt
components: clippy, rustfmt
- name: Setup Rust cache
uses: Swatinem/rust-cache@v2
- name: Run cargo fmt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/loco-cli-e2e-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
components: rustfmt
components: clippy, rustfmt
- name: Install seaorm cli
run: cargo install sea-orm-cli
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/loco-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
components: rustfmt
components: clippy, rustfmt
- name: Setup Rust cache
uses: Swatinem/rust-cache@v2
- name: Run cargo fmt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/loco-gen-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
components: rustfmt
components: clippy, rustfmt
- name: Setup Rust cache
uses: Swatinem/rust-cache@v2
- name: Run cargo fmt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/loco-rs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
components: rustfmt
components: clippy, rustfmt
- name: Setup Rust cache
uses: Swatinem/rust-cache@v2
- name: Run cargo fmt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/starter-lightweight-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
components: rustfmt
components: clippy, rustfmt
- name: Setup Rust cache
uses: Swatinem/rust-cache@v2
- name: Run cargo fmt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/starter-rest-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
components: rustfmt
components: clippy, rustfmt
- name: Setup Rust cache
uses: Swatinem/rust-cache@v2
- name: Run cargo fmt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/starter-saas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
components: rustfmt
components: clippy, rustfmt
- name: Setup Rust cache
uses: Swatinem/rust-cache@v2
- name: Run cargo fmt
Expand Down
2 changes: 1 addition & 1 deletion starters/lightweight-service/.github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
components: rustfmt
components: clippy, rustfmt
- name: Run cargo fmt
uses: actions-rs/cargo@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion starters/rest-api/.github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
components: rustfmt
components: clippy, rustfmt
- name: Run cargo fmt
uses: actions-rs/cargo@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion starters/saas/.github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
components: rustfmt
components: clippy, rustfmt
- name: Run cargo fmt
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 71898bb

Please sign in to comment.