Fix spellcheck github action (#950)

* Fix spellcheck github action

* Small fix
This commit is contained in:
Semyon Bezrukov
2023-09-07 16:01:27 +03:00
committed by GitHub
parent d5d779ff72
commit 5589cb9793

View File

@ -1,16 +1,20 @@
name: check
name: Spellcheck
on:
workflow_dispatch:
push:
branches:
- '*'
paths:
- 'win-linux/package/windows/update/changes/**'
- 'macos/ONLYOFFICE/update/updates/ONLYOFFICE/changes/**'
- '.aspell.*.pws'
jobs:
spellchecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup aspell
run: sudo apt-get -y update && sudo apt-get -y install aspell aspell-en aspell-ru
- name: Run spellchecker for English Windows changelogs