Skip to content

Fix typo in config.js (#48) #8

Fix typo in config.js (#48)

Fix typo in config.js (#48) #8

Workflow file for this run

name: Automatically fix typos
on:
push:
branches:
- master
permissions:
contents: write
pull-requests: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: master
- uses: sobolevn/misspell-fixer-action@master
- uses: peter-evans/create-pull-request@v4.2.0
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
with:
token: ${{ secrets.GITHUB_TOKEN }}