Skip to content

Add missing include for ZMQ #46

Add missing include for ZMQ

Add missing include for ZMQ #46

Workflow file for this run

name: Codespell Check
on:
pull_request:
push:
permissions:
contents: read
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Install codespell
run: pip install codespell
- name: Run codespell
run: |
codespell --skip="waf" --ignore-words=.codespell-ignore --quiet-level=2