mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-02-10 18:05:16 +08:00
Fix spellcheck github action (#950)
* Fix spellcheck github action * Small fix
This commit is contained in:
8
.github/workflows/check.yml
vendored
8
.github/workflows/check.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user