Skip to content

refactor(bench): remove baseline while keeping the json_parsing benchmark #73

refactor(bench): remove baseline while keeping the json_parsing benchmark

refactor(bench): remove baseline while keeping the json_parsing benchmark #73

Workflow file for this run

name: chores
# Trigger whenever a PR is changed (title as well as new / changed commits)
on:
pull_request:
jobs:
typos:
name: Spell Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Check spelling
uses: crate-ci/typos@v1