Add WASM API methods to get event hashes for agents without events (#… #1141
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: "spellcheck" | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| jobs: | |
| spellcheck: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - uses: matheus23/md-spellcheck-action@v4.2.2 | |
| with: | |
| files-to-check: "**/*.md" | |
| words-to-ignore-file: ".github/workflows/dictionary.txt" |