Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cli improvements #241

Merged
merged 13 commits into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/general-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:
- name: Update Rust
run: rustup update

- name: Install Rust nightly-2023-09-29
run: rustup install nightly-2023-09-29 --profile minimal
- name: Install Rust nightly-2023-12-16
run: rustup install nightly-2023-12-16 --profile minimal

- name: Install Clippy nightly-2023-09-29
run: rustup component add clippy --toolchain nightly-2023-09-29
- name: Install Clippy nightly-2023-12-16
run: rustup component add clippy --toolchain nightly-2023-12-16

- name: Install dylint-link
run: cargo install dylint-link
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-detectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
detectors/Cargo.lock
key: ${{ runner.os }}-cargo-scout-dependencies-${{ github.run_id }}

- name: Install Rust nightly-2023-09-29
run: rustup install nightly-2023-09-29 --profile minimal
- name: Install Rust nightly-2023-12-16
run: rustup install nightly-2023-12-16 --profile minimal

- name: Install dylint-link
run: cargo install dylint-link
Expand Down
Loading
Loading