Skip to content

Add conditional return type for get_user() and get_user_by() (#263) #11

Add conditional return type for get_user() and get_user_by() (#263)

Add conditional return type for get_user() and get_user_by() (#263) #11

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