Skip to content

feat(governance): implement adaptive governance semantic events and f… #551

feat(governance): implement adaptive governance semantic events and f…

feat(governance): implement adaptive governance semantic events and f… #551

Workflow file for this run

name: lint
on:
push:
pull_request:
workflow_dispatch:
permissions:
contents: read
env:
CARGO_TERM_COLOR: always
jobs:
code-quality:
name: code-quality
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.96.0
components: clippy
- uses: Swatinem/rust-cache@v2
- run: sh scripts/check-no-local-paths.sh --tracked
- run: sh scripts/check-rust-no-panic.sh
clippy:
name: clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.96.0
components: clippy
- uses: Swatinem/rust-cache@v2
- run: cargo clippy --workspace --all-targets --all-features -- -D warnings