Skip to content

44/WAKU2-PRIVATE-SETTLEMENT: RAW RFC #63

44/WAKU2-PRIVATE-SETTLEMENT: RAW RFC

44/WAKU2-PRIVATE-SETTLEMENT: RAW RFC #63

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/pyspelling-any@v1.0.4
name: Spellcheck
env:
MATRIX: ${{ toJson(matrix) }}
run: pyspelling --matrix "$MATRIX"