mdbx-ci: Add check-spelling.

Related to https://github.com/erthink/libmdbx/pull/118

Change-Id: Ic1fa20e7d32894c00283ddafd10e174154fc261f
This commit is contained in:
Josh Soref
2020-09-22 01:55:00 -04:00
committed by Leonid Yuriev
parent 5d582b1b3a
commit 411b89647c
4 changed files with 1773 additions and 0 deletions

13
.github/workflows/spelling.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: Spell checking
on:
push:
jobs:
build:
name: Spell checking
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 5
- uses: check-spelling/check-spelling@prerelease