Skip to content

Chore: improve multi_withdraw_unbond #992

Chore: improve multi_withdraw_unbond

Chore: improve multi_withdraw_unbond #992

Workflow file for this run

name: Check typos
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [master]
pull_request:
branches: [master]
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v3
- name: Check spelling of file.txt
uses: crate-ci/typos@master