slint/.github/workflows/spellcheck.yaml
Olivier Goffart e0fcf89e86 CI: update actions/checkout
Note: one action was not updated because the tests fails
2022-11-15 13:20:02 +01:00

18 lines
404 B
YAML

# Copyright © SixtyFPS GmbH <info@slint-ui.com>
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
name: 'Check spelling'
on:
# push:
# pull_request:
workflow_dispatch:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: streetsidesoftware/cspell-action@v1.2.4
with:
config: './cspell.json'
strict: false