Skip to content

Commit d80a100

Browse files
chore(deps): update all non-major dependencies (#105)
* chore(deps): update all non-major dependencies * fix: Use rustup to install components --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Max Dymond <[email protected]>
1 parent 2671d1e commit d80a100

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
uses: dtolnay/rust-toolchain@master
1717
with:
1818
toolchain: stable
19+
- name: Install clippy and fmt
20+
run: rustup component add clippy rustfmt
1921
- name: Run cargo clippy to pick up any errors
2022
run: cargo clippy --all-targets -- -Dwarnings
2123
- name: Check code is formatted

package-lock.json

Lines changed: 12 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)