Skip to content

Make smtpd server optional #87

Make smtpd server optional

Make smtpd server optional #87

Workflow file for this run

---
name: Codespell
# Always run on Pull Requests
on: # yamllint disable-line rule:truthy
pull_request:
jobs:
pylint:
name: Run Codespell
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run check
uses: codespell-project/actions-codespell@master