com doc/ru: Disable spellcheck on CI: .github/workflows/build.yml

[email protected] (Alexey Pyltsyn) Sun, 03 Jan 2021 22:38:05 +0000
Newsgroups php.doc.ru
Message-ID <[email protected]>
Commit:    ffd4975f38de3cf80ea7e94fd3b126e34b89e1bc
Author:    Alexey Pyltsyn <[email protected]>         Mon, 4 Jan 2021 01:38:05 +0300
Parents:   63de78b994a13d564de3bf2631744518e14122fd
Branches:  master

Link:       http://git.php.net/?p=doc/ru.git;a=commitdiff;h=ffd4975f38de3cf80ea7e94fd3b126e34b89e1bc

Log:
Disable spellcheck on CI

Changed paths:
  M  .github/workflows/build.yml


Diff:
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c0c238656..be42d16ee 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v2
-      - run: npx yaspeller --only-errors "**/*.xml"
+      - run: npx yaspeller --debug
 
   build:
     runs-on: ubuntu-latest