Skip to content

chore(deps): bump esbuild from 0.21.5 to 0.27.2 in /benchmarks-website-v2 in the npm_and_yarn group across 1 directory #29

chore(deps): bump esbuild from 0.21.5 to 0.27.2 in /benchmarks-website-v2 in the npm_and_yarn group across 1 directory

chore(deps): bump esbuild from 0.21.5 to 0.27.2 in /benchmarks-website-v2 in the npm_and_yarn group across 1 directory #29

Workflow file for this run

name: Typo check
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
contents: read
on: [pull_request]
env:
CLICOLOR: 1
jobs:
spelling:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v6
- name: Spell Check Repo
uses: crate-ci/typos@v1.41.0