mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
try fix rust 1.88 warning
This commit is contained in:
parent
b2b69ca9e7
commit
ebec6b30a2
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -17,6 +17,10 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
name: Update packages
|
||||||
|
run: sudo apt update
|
||||||
|
name: Update cargo
|
||||||
|
run: cargo update
|
||||||
- name: Run rustfmt
|
- name: Run rustfmt
|
||||||
run: cargo fmt --all -- --check
|
run: cargo fmt --all -- --check
|
||||||
- name: Run clippy
|
- name: Run clippy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue