aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn Levon <john.levon@nutanix.com>2022-11-16 09:50:34 +0000
committerGitHub <noreply@github.com>2022-11-16 09:50:34 +0000
commitb975ee6e184884b63c654d2414f013c645c8a92e (patch)
treecf611fa145553e5eafe828d621ed111304c3c6a0 /.github
parent388db3c4801b00f49befa3a2d0fb497fa90d58ce (diff)
downloadlibvfio-user-b975ee6e184884b63c654d2414f013c645c8a92e.zip
libvfio-user-b975ee6e184884b63c654d2414f013c645c8a92e.tar.gz
libvfio-user-b975ee6e184884b63c654d2414f013c645c8a92e.tar.bz2
check spelling (#720)
Use misspell-fixer if available, and correct the small number of errors it found. Rather than trying to install into the CI, run it directly from a github action. Signed-off-by: John Levon <john.levon@nutanix.com> Reviewed-by: Swapnil Ingle <swapnil.ingle@nutanix.com> Reviewed-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pull_request.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml
index 8f40025..3b99a28 100644
--- a/.github/workflows/pull_request.yml
+++ b/.github/workflows/pull_request.yml
@@ -51,3 +51,10 @@ jobs:
diffutils valgrind python3-pytest python3-flake8 which \
meson ninja-build
./.github/workflows/pull_request.sh
+ spelling:
+ runs-on: ubuntu-latest
+ container: vlajos/misspell-fixer
+ steps:
+ - uses: actions/checkout@v2
+ - name: run misspell-fixer
+ run: /misspell-fixer/misspell-fixer -sv .