Skip to content

chore(deps): bump click from 8.3.0 to 8.4.1 #75

chore(deps): bump click from 8.3.0 to 8.4.1

chore(deps): bump click from 8.3.0 to 8.4.1 #75

Workflow file for this run

name: Typo checker
on: [pull_request]
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling of the entire repository
uses: crate-ci/typos@v1.38.1