Skip to content

chore(deps): lock file maintenance #157

chore(deps): lock file maintenance

chore(deps): lock file maintenance #157

Workflow file for this run

on:
push:
branches:
- main
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- run: cargo check --workspace
- run: cargo test --workspace
- run: cargo fmt --all -- --check
- run: cargo clippy --workspace -- -D warnings