Skip to content

chore(deps): bump actions/checkout from 5 to 6 #104

chore(deps): bump actions/checkout from 5 to 6

chore(deps): bump actions/checkout from 5 to 6 #104

Workflow file for this run

on: push
name: lint
jobs:
run-tests:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
with:
submodules: recursive
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- run: cargo fmt --all -- --check