Skip to content

chore(deps): update rust crate criterion to 0.8.0 #309

chore(deps): update rust crate criterion to 0.8.0

chore(deps): update rust crate criterion to 0.8.0 #309

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2022-2026 Objectionary.com
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: markdown-lint
'on':
push:
branches:
- master
pull_request:
branches:
- master
paths-ignore: [ 'paper/**', 'sandbox/**' ]
jobs:
markdown-lint:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- uses: DavidAnson/[email protected]