Skip to content

Fix(debian) Add more Debian packaging #18

Fix(debian) Add more Debian packaging

Fix(debian) Add more Debian packaging #18

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