Skip to content

Add stdlib-only tqdm to pylabrobot.utils (#998) #2402

Add stdlib-only tqdm to pylabrobot.utils (#998)

Add stdlib-only tqdm to pylabrobot.utils (#998) #2402

Workflow file for this run

name: Typo check
permissions:
contents: read
on:
push:
branches:
- main
pull_request:
env:
CLICOLOR: 1
jobs:
spelling:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Spell Check Repo
uses: crate-ci/typos@v1