Skip to content

chore: accept &Span as arg in in_span #88

chore: accept &Span as arg in in_span

chore: accept &Span as arg in in_span #88

Workflow file for this run

name: Typos Check
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
env:
RUST_BACKTRACE: 1
jobs:
typos-check:
name: typos check
runs-on: ubuntu-latest
timeout-minutes: 10
env:
FORCE_COLOR: 1
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@master