mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-08 07:34:12 +08:00
411b89647c
Related to https://github.com/erthink/libmdbx/pull/118 Change-Id: Ic1fa20e7d32894c00283ddafd10e174154fc261f
14 lines
236 B
YAML
14 lines
236 B
YAML
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
|