Skip to content

add cli bump to 1.0.0 #6

add cli bump to 1.0.0

add cli bump to 1.0.0 #6

Workflow file for this run

name: Spell Check
on:
push:
branches: ["main"]
workflow_dispatch:
jobs:
run:
name: Spell Check
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling of entire workspace
uses: crate-ci/typos@master