Skip to content

Commit

Permalink
feat(release): stats rpc methods
Browse files Browse the repository at this point in the history
  • Loading branch information
sambacha committed Mar 5, 2024
1 parent ad4220b commit 85bcf6a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 425 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: 'Check spelling'
on: # rebuild any PRs and main branch changes
pull_request:
push:

jobs:
spellcheck: # run the action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v6
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 85bcf6a

Please sign in to comment.