mirror of
https://github.com/isar/libmdbx.git
synced 2025-12-17 17:32:24 +08:00
mdbx-ci: Add check-spelling.
Related to https://github.com/erthink/libmdbx/pull/118 Change-Id: Ic1fa20e7d32894c00283ddafd10e174154fc261f
This commit is contained in:
committed by
Leonid Yuriev
parent
5d582b1b3a
commit
411b89647c
13
.github/workflows/spelling.yml
vendored
Normal file
13
.github/workflows/spelling.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user