Skip to content

Fix: deal with double transact msg (#1965) #985

Fix: deal with double transact msg (#1965)

Fix: deal with double transact msg (#1965) #985

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