libmdbx/.github/workflows/spelling.yml
Leonid Yuriev e14c6646f6 mdbx-ci: use ubuntu-20.04 for GitHub Actions (fix https://erthink.github.io/libmdbx content).
Change-Id: If5af0b7022c56e45a66742feca199fa798829e54
2020-11-25 12:24:54 +03:00

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