Skip to content

Fix issues with _get_list_table() (#261) #6

Fix issues with _get_list_table() (#261)

Fix issues with _get_list_table() (#261) #6

Workflow file for this run

name: Spelling
on:
push:
branches:
- master
pull_request: null
workflow_dispatch: null
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
typos_check:
name: Typos
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@master