зеркало из
https://github.com/glebtv/tui-textarea.git
synced 2026-09-03 22:35:50 +03:00
chore: refresh GitHub repository setup (#23)
* chore: refresh GitHub repository setup * chore: align CI with Rust 1.88 MSRV
Этот коммит содержится в:
9
.github/workflows/clippy.yml
поставляемый
9
.github/workflows/clippy.yml
поставляемый
@@ -6,14 +6,17 @@ on:
|
||||
branches:
|
||||
- main
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
cargo-clippy:
|
||||
name: cargo clippy --all-targets -- -D warnings
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- uses: actions/checkout@v7
|
||||
- uses: dtolnay/rust-toolchain@1.88.0
|
||||
with:
|
||||
components: clippy
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- uses: Swatinem/rust-cache@v2.9.1
|
||||
- run: cargo clippy --all-targets -- -D warnings
|
||||
|
||||
Ссылка в новой задаче
Block a user