Skip to content

build(deps): bump actions/checkout from 4 to 6 #57

build(deps): bump actions/checkout from 4 to 6

build(deps): bump actions/checkout from 4 to 6 #57

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo build --release
- run: cargo test
- run: cargo fmt --check
- run: cargo clippy -- -D warnings