mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
18 lines
302 B
YAML
18 lines
302 B
YAML
name: 'Codespell'
|
|
|
|
on:
|
|
pull_request:
|
|
push:
|
|
branches:
|
|
- master
|
|
|
|
jobs:
|
|
codespell:
|
|
name: Check spelling
|
|
runs-on: self-hosted
|
|
steps:
|
|
- name: Check out code
|
|
uses: actions/checkout@v4
|
|
- name: Check spelling
|
|
uses: codespell-project/actions-codespell@v2
|