Skip to content

Rename standards/core/peer-exchange/images/protocol.svg to assets/ima… #27

Rename standards/core/peer-exchange/images/protocol.svg to assets/ima…

Rename standards/core/peer-exchange/images/protocol.svg to assets/ima… #27

Workflow file for this run

# This is workflow for spell checking using PySpelling lib (https://pypi.org/project/pyspelling/)
name: Spellcheck
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: igsekor/[email protected]
name: Spellcheck
env:
MATRIX: ${{ toJson(matrix) }}
run: pyspelling --matrix "$MATRIX"