Skip to content

ci: add spellcheck (codespell) #3

ci: add spellcheck (codespell)

ci: add spellcheck (codespell) #3

Workflow file for this run

# Copyright (C) The libssh2 project and its contributors.
#
# SPDX-License-Identifier: BSD-3-Clause
#
name: "spellcheck"
on: [push, pull_request]
permissions: {}
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: 'install tools'
run: pip3 install -U codespell
- name: 'run spellcheck'
run: ./ci/spellcheck.sh