Skip to content

Merge pull request #597 from Satellite-im/sara/update-assertions #469

Merge pull request #597 from Satellite-im/sara/update-assertions

Merge pull request #597 from Satellite-im/sara/update-assertions #469

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 }}