Skip to content

chore(deps): bump the all-dependencies-actions group with 1 update #2

chore(deps): bump the all-dependencies-actions group with 1 update

chore(deps): bump the all-dependencies-actions group with 1 update #2

Workflow file for this run

name: CI
on:
push:
branches:
- "main"
pull_request:
jobs:
build:
runs-on: ubuntu-latest
env:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- run: cargo fmt -- --check && cargo clippy -- -Dwarnings
- run: cargo test --all-features