Skip to content

chore(deps): bump serde_json from 1.0.133 to 1.0.134 in /code #1830

chore(deps): bump serde_json from 1.0.133 to 1.0.134 in /code

chore(deps): bump serde_json from 1.0.133 to 1.0.134 in /code #1830

Workflow file for this run

name: Spelling
on:
pull_request:
push:
branches: main
# Cancel previous runs of this workflow when a new commit is added to the PR, branch or tag
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
codespell:
name: Check spelling
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@master