mirror of
https://github.com/isar/libmdbx.git
synced 2024-10-30 23:39:19 +08:00
e14c6646f6
Change-Id: If5af0b7022c56e45a66742feca199fa798829e54
14 lines
235 B
YAML
14 lines
235 B
YAML
name: Spell checking
|
|
on:
|
|
push:
|
|
|
|
jobs:
|
|
build:
|
|
name: Spell checking
|
|
runs-on: ubuntu-20.04
|
|
steps:
|
|
- uses: actions/checkout@v2.0.0
|
|
with:
|
|
fetch-depth: 5
|
|
- uses: check-spelling/check-spelling@prerelease
|