Skip to content

misspell

misspell #989

Workflow file for this run

##############################################
# FILE GENERATED AUTOMATICALLY FROM TERRAFORM
# THIS FILE SHOULD NOT BE EDITED BY HAND
##############################################
name: misspell
on:
workflow_dispatch:
schedule:
- cron: "0 12 * * 1-5"
jobs:
build:
runs-on: ubuntu-latest
env:
HUSKY_SKIP_HOOKS: 1
HUSKY: 0
steps:
- uses: actions/[email protected]
- uses: sobolevn/[email protected]
- uses: peter-evans/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "fix: Typo fixes by misspell-fixer"
title: "fix: Typos fix by misspell-fixer"