Skip to content

use the right api calls to list records #974

use the right api calls to list records

use the right api calls to list records #974

Workflow file for this run

name: 'Check spelling'
on: # rebuild any PRs and main branch changes
push:
branches:
- main
- staging
- trying
pull_request:
jobs:
spellcheck: # run the action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: streetsidesoftware/cspell-action@v2