Skip to content

Commit 85bcf6a

Browse files
committed
feat(release): stats rpc methods
1 parent ad4220b commit 85bcf6a

File tree

5 files changed

+11
-425
lines changed

5 files changed

+11
-425
lines changed

.github/workflows/spellcheck.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: 'Check spelling'
2+
on: # rebuild any PRs and main branch changes
3+
pull_request:
4+
push:
5+
6+
jobs:
7+
spellcheck: # run the action
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v4
11+
- uses: streetsidesoftware/cspell-action@v6
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)