mirror of
https://github.com/isar/libmdbx.git
synced 2024-10-31 11:50:27 +08:00
c918c98ffa
Change-Id: I091635fc16d7141bafe350d36fa8943e91807097
13 lines
206 B
YAML
13 lines
206 B
YAML
name: Spell checking
|
|
on:
|
|
push:
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-20.04
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
with:
|
|
fetch-depth: 5
|
|
- uses: check-spelling/check-spelling@prerelease
|