Skip to content

chore: bump brace-expansion from 2.0.1 to 2.1.2 #1641

chore: bump brace-expansion from 2.0.1 to 2.1.2

chore: bump brace-expansion from 2.0.1 to 2.1.2 #1641

Workflow file for this run

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