зеркало из
https://github.com/glebtv/tui-textarea.git
synced 2026-09-03 22:35:50 +03:00
chore/refactor-ci-workflows (#6)
* ci(workflows): split CI into focused workflows and add Codecov upload * ci(coverage): upload to codecov for same-repo PRs and main pushes * fix(ci): upload coverage to codecov only on main pushes
Этот коммит содержится в:
19
.github/workflows/clippy.yml
поставляемый
Обычный файл
19
.github/workflows/clippy.yml
поставляемый
Обычный файл
@@ -0,0 +1,19 @@
|
||||
name: Rust Clippy
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
cargo-clippy:
|
||||
name: cargo clippy --all-targets -- -D warnings
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
components: clippy
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- run: cargo clippy --all-targets -- -D warnings
|
||||
Ссылка в новой задаче
Block a user