Skip to content

Merge pull request #590 from Satellite-im/luis/edit-group #464

Merge pull request #590 from Satellite-im/luis/edit-group

Merge pull request #590 from Satellite-im/luis/edit-group #464

Workflow file for this run

name: Automatically fix typos
on:
push:
branches:
- dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: dev
- uses: sobolevn/misspell-fixer-action@master
- uses: peter-evans/[email protected]
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: "true"
with:
token: ${{ secrets.GITHUB_TOKEN }}