Skip to content

chore(deps): bump actions/upload-artifact from 4 to 5 #102

chore(deps): bump actions/upload-artifact from 4 to 5

chore(deps): bump actions/upload-artifact from 4 to 5 #102

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