Skip to content

Fix: offline sign not shown error message if broadcast error #207

Fix: offline sign not shown error message if broadcast error

Fix: offline sign not shown error message if broadcast error #207

Workflow file for this run

name: Check spell
on:
- pull_request
- push
jobs:
run:
name: Check spell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- id: changed-files
uses: tj-actions/changed-files@v36
- uses: crate-ci/typos@master
with:
files: ${{ steps.changed-files.outputs.all_changed_files }}