Skip to content

chore(deps): bump CodSpeedHQ/action from 3 to 4 #99

chore(deps): bump CodSpeedHQ/action from 3 to 4

chore(deps): bump CodSpeedHQ/action from 3 to 4 #99

Workflow file for this run

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