Provided the missing Chinese versions of the eino-indexer-es8 and eino-retriever-es8 documentation, added error handling #4491
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Push Check | |
| on: [push, pull_request] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: typos-action | |
| uses: crate-ci/typos@v1.32.0 |