fix(components): Update the preview images of table, popup and sidebar #129
Workflow file for this run
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: Typing errors | |
| on: | |
| push: {} | |
| pull_request: {} | |
| workflow_dispatch: {} | |
| jobs: | |
| spelling: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - name: Spell check with typos | |
| uses: crate-ci/typos@v1.42.0 | |
| with: | |
| isolated: true | |
| config: ./_typos.toml | |
| files: . |