Skip to content

Lock file maintenance #43

Lock file maintenance

Lock file maintenance #43

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
- run: cargo test
- run: cargo fmt -- --check
- run: cargo clippy -- -D warnings