Skip to content

chore(deps): bump x/crypto 0.50.0->0.52.0, x/net 0.53.0->0.55.0 (OSV)… #31

chore(deps): bump x/crypto 0.50.0->0.52.0, x/net 0.53.0->0.55.0 (OSV)…

chore(deps): bump x/crypto 0.50.0->0.52.0, x/net 0.53.0->0.55.0 (OSV)… #31

Workflow file for this run

name: typos
on:
push:
branches: [master, main]
pull_request:
branches: [master, main]
permissions:
contents: read
jobs:
typos:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@v1.30.0
continue-on-error: true # warn-only — surface findings without blocking CI