Skip to content

build(deps): bump third_party/syntax-highlighting from 856e111 to 934c375 #4915

build(deps): bump third_party/syntax-highlighting from 856e111 to 934c375

build(deps): bump third_party/syntax-highlighting from 856e111 to 934c375 #4915

Workflow file for this run

name: Misspell fixer
on: [push, pull_request]
jobs:
misspell-fixer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: sobolevn/misspell-fixer-action@master
- name: "Check diff"
run: git diff --exit-code ${{ github.sha }}
- uses: peter-evans/create-pull-request@v6
if: failure()
with:
commit-message: "chore: fix typos by misspell-fixer"
title: "chore: fix typos by misspell-fixer for ${{ github.actor }} on ${{ github.ref }}"
assignees: ${{ github.actor }}
reviewers: ${{ github.actor }}
branch: "auto-pr/misspell-fixer/${{ github.ref }}"